Browse Source

Added definition for SIGSYS

ceriel 33 years ago
parent
commit
b06686fce6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/minix/include/signal.h

+ 1 - 0
lib/minix/include/signal.h

@@ -29,6 +29,7 @@ typedef unsigned short sigset_t;
 #define SIGUSR1           10	/* user defined signal # 1 */
 #define SIGSEGV           11	/* segmentation violation */
 #define SIGUSR2           12	/* user defined signal # 2 */
+#define SIGSYS            12	/* the usual UNIX name for this signal num */
 #define SIGPIPE           13	/* write on a pipe with no one to read it */
 #define SIGALRM           14	/* alarm clock */
 #define SIGTERM           15	/* software termination signal from kill */