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/SIGABRT.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/signal/SIGABRT.c') diff --git a/src/signal/SIGABRT.c b/src/signal/SIGABRT.c index f1878ecf..ce42a249 100644 --- a/src/signal/SIGABRT.c +++ b/src/signal/SIGABRT.c @@ -1,10 +1,11 @@ #include -#define SIGABRT (1) +#define SIGABRT (6) /** abnormal termination **/ /*** is a signal indicating that the program is being terminated abnormally, such as when FUNCTION(abort) is called. ***/ +/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */ /* STDC(1) */ -- cgit v1.2.1