summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/wait.c
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2000-07-09 03:57:13 +0000
committerRandolph Chung <tausq@debian.org>2000-07-09 03:57:13 +0000
commit42010194d04d05f1dea6a30579941ed2ee0273f4 (patch)
treec7b8fad919f34670ba0db376d54ff5a5241a661f /libc/sysdeps/linux/common/wait.c
parentf8fcb08913209770f0c5e2fe7c7ee1897369d2c9 (diff)
the rest of the compile fixes
Diffstat (limited to 'libc/sysdeps/linux/common/wait.c')
-rw-r--r--libc/sysdeps/linux/common/wait.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/wait.c b/libc/sysdeps/linux/common/wait.c
index ffcb9d26f..dc9898617 100644
--- a/libc/sysdeps/linux/common/wait.c
+++ b/libc/sysdeps/linux/common/wait.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 wait(__WAIT_STATUS wait_stat)
{
return wait4((-1) /* WAIT_ANY */, wait_stat, 0, NULL);