From: Philip Homburg Date: Fri, 17 Feb 2006 14:12:12 +0000 (+0000) Subject: Reintroduced SIGEMT. X-Git-Tag: v3.1.2a~335 X-Git-Url: http://zhaoyanbai.com/repos/named-checkconf.html?a=commitdiff_plain;h=83bac367462725efc040b0e6ed9fe24bd36549d5;p=minix.git Reintroduced SIGEMT. --- diff --git a/include/signal.h b/include/signal.h index 5ea47e0ce..5986f52e7 100755 --- a/include/signal.h +++ b/include/signal.h @@ -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,