summaryrefslogtreecommitdiff
path: root/include/wait.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-14 04:16:35 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-14 04:16:35 +0000
commit64bc6412188b141c010ac3b8e813b837dd991e80 (patch)
treeffa12b79ea4b13191754f54b872eb1a4f9e3a04b /include/wait.h
Initial revision
Diffstat (limited to 'include/wait.h')
-rw-r--r--include/wait.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wait.h b/include/wait.h
new file mode 100644
index 000000000..cdb77149f
--- /dev/null
+++ b/include/wait.h
@@ -0,0 +1,3 @@
+/* SVR4 ABI requires <wait.h> rather than <sys/wait.h> */
+
+#include <sys/wait.h>