]> Zhao Yanbai Git Server - minix.git/commitdiff
Reintroduced SIGEMT.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 17 Feb 2006 14:12:12 +0000 (14:12 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 17 Feb 2006 14:12:12 +0000 (14:12 +0000)
include/signal.h

index 5ea47e0ce08ae66c35dd687713df256b207f4cad..5986f52e7a29a01b602b4e1d3090604f82181731 100755 (executable)
@@ -40,6 +40,7 @@ typedef unsigned long sigset_t;
 #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 */
+#define SIGEMT           16    /* EMT instruction */
 #define SIGCHLD           17   /* child process terminated or stopped */
 
 /* MINIX specific signals. These signals are not used by user proceses,