diff options
Diffstat (limited to 'posix/wait4.c')
-rw-r--r-- | posix/wait4.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/wait4.c b/posix/wait4.c index e5b03766f6..4137617dc6 100644 --- a/posix/wait4.c +++ b/posix/wait4.c @@ -20,8 +20,7 @@ #include <errno.h> pid_t -__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options, - struct rusage *usage) +__wait4 (__pid_t pid, int *stat_loc, int options, struct rusage *usage) { __set_errno (ENOSYS); return (pid_t) -1; |