From 42010194d04d05f1dea6a30579941ed2ee0273f4 Mon Sep 17 00:00:00 2001 From: Randolph Chung Date: Sun, 9 Jul 2000 03:57:13 +0000 Subject: the rest of the compile fixes --- libc/sysdeps/linux/common/wait.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/common/wait.c') 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 #include -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); -- cgit v1.2.3