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/waitpid.c | |
parent | f8fcb08913209770f0c5e2fe7c7ee1897369d2c9 (diff) | |
download | uClibc-alpine-42010194d04d05f1dea6a30579941ed2ee0273f4.tar.bz2 uClibc-alpine-42010194d04d05f1dea6a30579941ed2ee0273f4.tar.xz |
the rest of the compile fixes
Diffstat (limited to 'libc/sysdeps/linux/common/waitpid.c')
-rw-r--r-- | libc/sysdeps/linux/common/waitpid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/waitpid.c b/libc/sysdeps/linux/common/waitpid.c index 1a7f7ecad..0d95b4e81 100644 --- a/libc/sysdeps/linux/common/waitpid.c +++ b/libc/sysdeps/linux/common/waitpid.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 waitpid(__pid_t pid, int *wait_stat, int options) { |