Rudiments
semaphoresetincludes.h
1 // Copyright (c) 1999-2002 David Muse
2 // See the COPYING file for more information.
3 
4 #include <rudiments/private/dll.h>
5 
6 // for struct timespec (it includes inttypes.h as well)
7 #include <rudiments/private/snoozeincludes.h>
8 
9 #include <sys/types.h>
10 
11 struct sembuf;
12 union semun;