summaryrefslogtreecommitdiff
path: root/Libraries/LibC/sys/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibC/sys/wait.h')
-rw-r--r--Libraries/LibC/sys/wait.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibC/sys/wait.h b/Libraries/LibC/sys/wait.h
index 71b03c8430..2a2fc162a1 100644
--- a/Libraries/LibC/sys/wait.h
+++ b/Libraries/LibC/sys/wait.h
@@ -44,6 +44,7 @@ __BEGIN_DECLS
#define WEXITED 4
#define WCONTINUED 8
+pid_t waitpid(pid_t, int* wstatus, int options);
pid_t wait(int* wstatus);
__END_DECLS