patch-2.1.110 linux/include/asm-arm/signal.h
Next file: linux/include/asm-arm/spinlock.h
Previous file: linux/include/asm-arm/procinfo.h
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Sat Jul 18 11:55:25 1998
- Orig file:
v2.1.109/linux/include/asm-arm/signal.h
- Orig date:
Tue Jan 20 16:39:43 1998
diff -u --recursive --new-file v2.1.109/linux/include/asm-arm/signal.h linux/include/asm-arm/signal.h
@@ -6,6 +6,7 @@
/* 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. */
@@ -19,6 +20,14 @@
unsigned long sig[_NSIG_WORDS];
} sigset_t;
+#else
+/* Here we must cater to lics that poke about in kernel headers. */
+
+#define NSIG 32
+typedef unsigned long sigset_t;
+
+#endif /* __KERNEL__ */
+
#define SIGHUP 1
#define SIGINT 2
#define SIGQUIT 3
@@ -87,6 +96,15 @@
#define SA_INTERRUPT 0x20000000 /* dummy -- ignored */
#define SA_RESTORER 0x04000000
+
+/*
+ * sigaltstack controls
+ */
+#define SS_ONSTACK 1
+#define SS_DISABLE 2
+
+#define MINSIGSTKSZ 2048
+#define SIGSTKSZ 8192
#ifdef __KERNEL__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov