DragonFly commits List (threaded) for 2009-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.1.69.g4903c master include pthread.h sys/sys _pthreadtypes.h types.h
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]