diff options
Diffstat (limited to 'src/libc/include/sys/wait.h')
-rw-r--r-- | src/libc/include/sys/wait.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libc/include/sys/wait.h b/src/libc/include/sys/wait.h index cff407e..5f0d2cc 100644 --- a/src/libc/include/sys/wait.h +++ b/src/libc/include/sys/wait.h @@ -10,4 +10,5 @@ #define WNOHANG 0 #define WUNTRACED 0 +pid_t wait(int *wstatus); pid_t wait3(int *wstatus, int opts, struct rusage *rusage); |