Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv11186
Modified Files:
unistd.h
Log Message:
Merge Linus' 2.4.2 tree
Index: unistd.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/unistd.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unistd.h 2001/02/05 00:02:43 1.3
+++ unistd.h 2001/02/26 02:43:55 1.4
@@ -454,7 +454,6 @@
return sys_sync();
}
-extern int sys_wait4(int, int *, int, struct rusage *);
static inline pid_t waitpid(int pid, int * wait_stat, int flags)
{
return sys_wait4(pid, wait_stat, flags, NULL);
|