summaryrefslogtreecommitdiff
path: root/PACE/pace/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/wait.c')
-rw-r--r--PACE/pace/wait.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/PACE/pace/wait.c b/PACE/pace/wait.c
new file mode 100644
index 00000000000..2a5b252930e
--- /dev/null
+++ b/PACE/pace/wait.c
@@ -0,0 +1,22 @@
+/* $Id$
+
+ * =============================================================================
+ *
+ * = LIBRARY
+ * pace
+ *
+ * = FILENAME
+ * wait.c
+ *
+ * = AUTHOR
+ * Luther Baker
+ *
+ * ============================================================================= */
+
+
+#include "pace/wait.h"
+
+
+# if !defined (PACE_HAS_INLINE)
+# include "pace/wait.inl"
+# endif /* PACE_HAS_INLINE */