summaryrefslogtreecommitdiff
path: root/sysdeps/generic/wait4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/wait4.c')
-rw-r--r--sysdeps/generic/wait4.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/generic/wait4.c b/sysdeps/generic/wait4.c
index d29d80c73e..b2a9169d13 100644
--- a/sysdeps/generic/wait4.c
+++ b/sysdeps/generic/wait4.c
@@ -21,11 +21,8 @@
#include <errno.h>
pid_t
-__wait4 (pid, stat_loc, options, usage)
- pid_t pid;
- __WAIT_STATUS_DEFN stat_loc;
- int options;
- struct rusage *usage;
+__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options,
+ struct rusage *usage)
{
__set_errno (ENOSYS);
return (pid_t) -1;