patch-1.3.65 linux/kernel/exit.c

Next file: linux/kernel/ksyms.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.64/linux/kernel/exit.c linux/kernel/exit.c
@@ -639,6 +639,8 @@
 	return retval;
 }
 
+#ifndef __alpha__
+
 /*
  * sys_waitpid() remains for compatibility. waitpid() should be
  * implemented by calling sys_wait4() from libc.a.
@@ -647,3 +649,5 @@
 {
 	return sys_wait4(pid, stat_addr, options, NULL);
 }
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this