summaryrefslogtreecommitdiff
path: root/src/signal/SIGILL.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGILL.c')
-rw-r--r--src/signal/SIGILL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signal/SIGILL.c b/src/signal/SIGILL.c
index 1d6c588f..bd6afce8 100644
--- a/src/signal/SIGILL.c
+++ b/src/signal/SIGILL.c
@@ -1,5 +1,5 @@
#include <signal.h>
-#define SIGILL (3)
+#define SIGILL (5)
/** illegal instruction **/
/***
is a signal indicating that the program has attempted to execute an illegal