Rudiments
|
00001 // Copyright (c) 1999-2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 #include <rudiments/private/dll.h> 00005 00006 // for struct timespec (it includes inttypes.h as well) 00007 #include <rudiments/private/snoozeincludes.h> 00008 00009 #include <sys/types.h> 00010 00011 struct sembuf; 00012 union semun;