summaryrefslogtreecommitdiff
path: root/posix/wait4.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/wait4.c')
-rw-r--r--posix/wait4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/wait4.c b/posix/wait4.c
index fd23da5e88..e55f71d3d3 100644
--- a/posix/wait4.c
+++ b/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);