From c8d00441fb11a617e462339309fab7c6f78353a4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 1 Mar 2019 21:21:58 -0500 Subject: set signals to match requirements for kill and trap commands, adjust others accordingly --- src/signal/SIGILL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signal/SIGILL.c') 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 -#define SIGILL (3) +#define SIGILL (5) /** illegal instruction **/ /*** is a signal indicating that the program has attempted to execute an illegal -- cgit v1.2.1