Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv21311
Modified Files:
signal.h
Log Message:
Included missing signal - SIGSYS
Index: signal.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/signal.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- signal.h 2001/01/17 16:18:52 1.1
+++ signal.h 2001/08/17 20:33:29 1.2
@@ -66,6 +66,7 @@
*/
#define SIGPWR 30
#define SIGUNUSED 31
+#define SIGSYS 31
/* These should not be considered constants from userland. */
#define SIGRTMIN 32
|