Reintroduced SIGEMT.

This commit is contained in:
Philip Homburg 2006-02-17 14:12:12 +00:00
parent c2f668d1d2
commit 83bac36746

View file

@ -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,