CVS Repository/ src/ include/ pthread_np.h


OpenBSD release(s):
1.3 (79 78 77 76 75 74 73 72 71 70 69 68 67 66),  1.2 (65),  1.1 (64 63), 
Tags:
None
revision 1.3/ (Download) - annotate - Tue, 28 May 2019 10:33:03 UTC by jca
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66
Changes since 1.2: +3 -1 (diff)
Include pthread.h to make this header standalone (needs pthread_t and others)

Will get us rid of pointless patches in the ports tree.  ok guenther@

revision 1.2/ (Download) - annotate - Mon, 04 Feb 2019 17:18:08 UTC by tedu
OpenBSD release(s): 65
Changes since 1.1: +2 -1 (diff)
add a pthread_get_name_np to match pthread_set_name_np.
could be useful in ports.
initial diff by David Carlier some time ago.
ok jca

revision 1.1/ (Download) - annotate - Sun, 15 Oct 2017 23:40:33 UTC by guenther
OpenBSD release(s): 64 63
Move the thread-related .h files to /usr/src/include/, since the
implementation is now spread between libc and librthread.  No changes
to the content

ok mpi@