summaryrefslogtreecommitdiff
path: root/PACE/pace/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/wait.h')
-rw-r--r--PACE/pace/wait.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/PACE/pace/wait.h b/PACE/pace/wait.h
new file mode 100644
index 00000000000..1dad8c3b4b0
--- /dev/null
+++ b/PACE/pace/wait.h
@@ -0,0 +1,29 @@
+/* $Id$
+
+ * ============================================================================
+ *
+ * = LIBRARY
+ * pace
+ *
+ * = FILENAME
+ * pace/wait.h
+ *
+ * = AUTHOR
+ * Luther Baker
+ *
+ * ============================================================================ */
+
+#ifndef PACE_WAIT_H_INDIRECT
+#define PACE_WAIT_H_INDIRECT
+
+#include "pace/config/defines.h"
+
+#if defined (PACE_HAS_POSIX)
+# include "pace/posix/wait.h"
+#elif defined (PACE_VXWORKS)
+# include "pace/vxworks/wait.h"
+#elif defined (PACE_WIN32)
+# include "pace/win32/wait.h"
+#endif
+
+#endif /* PACE_WAIT_H_INDIRECT */