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/SIGSEGV.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signal/SIGSEGV.c') diff --git a/src/signal/SIGSEGV.c b/src/signal/SIGSEGV.c index 5d6da2b4..cfda42c2 100644 --- a/src/signal/SIGSEGV.c +++ b/src/signal/SIGSEGV.c @@ -1,5 +1,5 @@ #include -#define SIGSEGV (5) +#define SIGSEGV (7) /** segmentation fault **/ /*** is a signal that indicates the program is attempting to access an invalid -- cgit v1.2.1