patch-2.4.21 linux-2.4.21/include/asm-ppc/signal.h
Next file: linux-2.4.21/include/asm-ppc/smp.h
Previous file: linux-2.4.21/include/asm-ppc/siginfo.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-ppc/signal.h
- Orig date:
2001-05-21 15:02:06.000000000 -0700
diff -urN linux-2.4.20/include/asm-ppc/signal.h linux-2.4.21/include/asm-ppc/signal.h
@@ -1,6 +1,3 @@
-/*
- * BK Id: SCCS/s.signal.h 1.5 05/17/01 18:14:25 cort
- */
#ifndef _ASMPPC_SIGNAL_H
#define _ASMPPC_SIGNAL_H
@@ -114,7 +111,7 @@
#define SA_PROBE SA_ONESHOT
#define SA_SAMPLE_RANDOM SA_RESTART
#define SA_SHIRQ 0x04000000
-#endif
+#endif /* __KERNEL__ */
#define SIG_BLOCK 0 /* for blocking signals */
#define SIG_UNBLOCK 1 /* for unblocking signals */
@@ -153,7 +150,6 @@
#ifdef __KERNEL__
#include <asm/sigcontext.h>
-
-#endif
+#endif /* __KERNEL__ */
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)