DragonFly-2.3.1.69.g4903c master include pthread.h sys/sys _pthreadtypes.h types.h
Hasso Tepper
hasso at crater.dragonflybsd.org
Fri May 15 21:52:36 PDT 2009
commit 4903c8a087e6ead47f494534d4ee2d9cae324b8b
Author: Hasso Tepper <hasso at estpak.ee>
Date: Sat May 16 07:39:38 2009 +0300
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
Summary of changes:
include/pthread.h | 54 ----------------------------
sys/sys/_pthreadtypes.h | 91 +++++++++++++++++++++++++++++++++++++++++++++++
sys/sys/types.h | 3 ++
3 files changed, 94 insertions(+), 54 deletions(-)
create mode 100644 sys/sys/_pthreadtypes.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4903c8a087e6ead47f494534d4ee2d9cae324b8b
--
DragonFly BSD source repository
More information about the Commits
mailing list