diff options
author | Randolph Chung <tausq@debian.org> | 2000-07-09 03:57:13 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2000-07-09 03:57:13 +0000 |
commit | 42010194d04d05f1dea6a30579941ed2ee0273f4 (patch) | |
tree | c7b8fad919f34670ba0db376d54ff5a5241a661f /libc/sysdeps/linux/common/wait3.c | |
parent | f8fcb08913209770f0c5e2fe7c7ee1897369d2c9 (diff) |
the rest of the compile fixes
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); |