From 83bac367462725efc040b0e6ed9fe24bd36549d5 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 17 Feb 2006 14:12:12 +0000 Subject: [PATCH] Reintroduced SIGEMT. --- include/signal.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.44.0