patch-2.4.8 linux/include/asm-ia64/signal.h
Next file: linux/include/asm-ia64/smp.h
Previous file: linux/include/asm-ia64/sigcontext.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Tue Jul 31 10:30:09 2001
-  Orig file: 
v2.4.7/linux/include/asm-ia64/signal.h
-  Orig date: 
Wed Feb  9 19:45:43 2000
diff -u --recursive --new-file v2.4.7/linux/include/asm-ia64/signal.h linux/include/asm-ia64/signal.h
@@ -56,7 +56,7 @@
  * SA_FLAGS values:
  *
  * SA_ONSTACK indicates that a registered stack_t will be used.
- * SA_INTERRUPT is a no-op, but left due to historical reasons. Use the
+ * SA_INTERRUPT is a no-op, but left due to historical reasons.
  * SA_RESTART flag to get restarting signals (which were the default long ago)
  * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
  * SA_RESETHAND clears the handler when the signal is delivered.
@@ -105,7 +105,6 @@
 #define SA_PROBE		SA_ONESHOT
 #define SA_SAMPLE_RANDOM	SA_RESTART
 #define SA_SHIRQ		0x04000000
-#define SA_LEGACY		0x02000000	/* installed via a legacy irq? */
 
 #endif /* __KERNEL__ */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)