diff options
Diffstat (limited to 'sysdeps/generic/wait3.c')
-rw-r--r-- | sysdeps/generic/wait3.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/generic/wait3.c b/sysdeps/generic/wait3.c index 4df9d420df..b15f0243fc 100644 --- a/sysdeps/generic/wait3.c +++ b/sysdeps/generic/wait3.c @@ -26,10 +26,7 @@ there. If the WUNTRACED bit is set in OPTIONS, return status for stopped children; otherwise don't. */ pid_t -__wait3 (stat_loc, options, usage) - __WAIT_STATUS_DEFN stat_loc; - int options; - struct rusage *usage; +__wait3 (__WAIT_STATUS_DEFN stat_loc, int options, struct rusage *usage) { if ((options & ~(WNOHANG|WUNTRACED)) != 0) { |