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
- Lines: 15
- Date:
Sat Feb 17 09:19:43 1996
- Orig file:
v1.3.64/linux/kernel/exit.c
- Orig date:
Sun Jan 14 16:30:15 1996
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