summaryrefslogtreecommitdiff
path: root/libc/posix/wait4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/posix/wait4.c')
-rw-r--r--libc/posix/wait4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/posix/wait4.c b/libc/posix/wait4.c
index fd23da5e8..e55f71d3d 100644
--- a/libc/posix/wait4.c
+++ b/libc/posix/wait4.c
@@ -20,7 +20,7 @@
#include <errno.h>
pid_t
-__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options,
+__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options,
struct rusage *usage)
{
__set_errno (ENOSYS);