diff options
author | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-29 23:54:16 +0000 |
---|---|---|
committer | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-29 23:54:16 +0000 |
commit | 5dd934cecb99911ebba652c659303df145f659a9 (patch) | |
tree | 25db7203c0b5cd9e460bbab4663e7bf31107fb98 /ace/OS.h | |
parent | 69af48663e6817960cbef4f454b77ff305d2e0ba (diff) | |
download | ATCD-5dd934cecb99911ebba652c659303df145f659a9.tar.gz |
Thu Jun 29 18:44:07 2000 John Heitmann <jwh1@cs.wustl.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -651,6 +651,22 @@ typedef int key_t; // // /////////////////////////////////////////// +#if defined (ACE_HAS_PACE) +#include "pace/fcntl.h" +#include "pace/sys/mman.h" +#include "pace/pthread.h" +#include "pace/stdio.h" +#include "pace/stdlib.h" +#include "pace/sched.h" +#include "pace/semaphore.h" +#include "pace/signal.h" +#include "pace/sys/stat.h" +#include "pace/stdio.h" +#include "pace/time.h" +#include "pace/unistd.h" +#define ACE_HAS_POSIX_SEM +#endif /* ACE_HAS_PACE */ + # if defined (ACE_PSOS) // remap missing error numbers for system functions |