patch-2.3.23 linux/include/asm-sh/signal.h

Next file: linux/include/asm-sh/smp_lock.h
Previous file: linux/include/asm-sh/sigcontext.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-sh/signal.h linux/include/asm-sh/signal.h
@@ -6,10 +6,6 @@
 /* Avoid too many header ordering problems.  */
 struct siginfo;
 
-#ifdef __KERNEL__
-/* Most things should be clean enough to redefine this at will, if care
-   is taken to make libc match.  */
-
 #define _NSIG		64
 #define _NSIG_BPW	32
 #define _NSIG_WORDS	(_NSIG / _NSIG_BPW)
@@ -19,14 +15,6 @@
 typedef struct {
 	unsigned long sig[_NSIG_WORDS];
 } sigset_t;
-
-#else
-/* Here we must cater to libcs that poke about in kernel headers.  */
-
-#define NSIG		32
-typedef unsigned long sigset_t;
-
-#endif /* __KERNEL__ */
 
 #define SIGHUP		 1
 #define SIGINT		 2

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)