看板 DFBSD_commit 關於我們 聯絡資訊
commit 4903c8a087e6ead47f494534d4ee2d9cae324b8b Author: Hasso Tepper <hasso@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