Make pthread types visible via sys/types.h to conform SUSv3.
authorHasso Tepper <hasso@estpak.ee>
Sat, 16 May 2009 04:39:38 +0000 (07:39 +0300)
committerHasso Tepper <hasso@estpak.ee>
Sat, 16 May 2009 04:51:08 +0000 (07:51 +0300)
commit4903c8a087e6ead47f494534d4ee2d9cae324b8b
tree1cfee547db756c89e86d9fc38761360deececd5c
parent624051cdc1b84aaec2fd11a9f61bcefaa7bbe0e6
Make pthread types visible via sys/types.h to conform SUSv3.

Move declarations of pthread related types to the _pthreadtypes.h and
include it from sys/types.h. pthread.h should do the same, but as it
includes the sys/types.h anyway at the moment, don't touch it yet.

Inspired-by: FreeBSD
include/pthread.h
sys/sys/_pthreadtypes.h [new file with mode: 0644]
sys/sys/types.h