patch-2.3.4 linux/kernel/signal.c
Next file: linux/kernel/time.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon May 24 22:47:44 1999
- Orig file:
v2.3.3/linux/kernel/signal.c
- Orig date:
Fri May 14 18:55:30 1999
diff -u --recursive --new-file v2.3.3/linux/kernel/signal.c linux/kernel/signal.c
@@ -1039,7 +1039,7 @@
#endif /* __sparc__ */
#endif
-#if !defined(__alpha__)
+#if !defined(__alpha__) && !defined(__ia64__)
/*
* For backwards compatibility. Functionality superseded by sigprocmask.
*/
@@ -1082,4 +1082,4 @@
return ret ? ret : (unsigned long)old_sa.sa.sa_handler;
}
-#endif /* !alpha */
+#endif /* !alpha && !__ia64__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)