diff options
Diffstat (limited to 'libc/sysdeps/linux/common/wait3.c')
-rw-r--r-- | libc/sysdeps/linux/common/wait3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/wait3.c b/libc/sysdeps/linux/common/wait3.c index df9ab5f3a..7448b6294 100644 --- a/libc/sysdeps/linux/common/wait3.c +++ b/libc/sysdeps/linux/common/wait3.c @@ -3,9 +3,6 @@ #include <sys/wait.h> #include <sys/resource.h> -static inline -_syscall4(__pid_t,wait4,__pid_t,pid,__WAIT_STATUS,status,int,options,struct rusage *,ru) - __pid_t wait3(__WAIT_STATUS wait_stat, int options, struct rusage *reserved) { return wait4((-1) /* WAIT_ANY*/, wait_stat, options, reserved); |