aboutsummaryrefslogtreecommitdiff
path: root/proc/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/wait.c')
-rw-r--r--proc/wait.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/proc/wait.c b/proc/wait.c
index 7968a4f9..4551d289 100644
--- a/proc/wait.c
+++ b/proc/wait.c
@@ -39,6 +39,10 @@
#define WCONTINUED 4
#endif
+#ifndef WNOWAIT
+#define WNOWAIT 8
+#endif
+
#ifndef WEXITED
#define WEXITED 16
#endif