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/SIGINT.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/signal/SIGINT.c') diff --git a/src/signal/SIGINT.c b/src/signal/SIGINT.c index 32169d73..d335bbe2 100644 --- a/src/signal/SIGINT.c +++ b/src/signal/SIGINT.c @@ -1,9 +1,10 @@ #include -#define SIGINT (4) +#define SIGINT (2) /** interrupt **/ /*** is a signal that indicates the program is being interactively interrupted. ***/ +/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */ /* STDC(1) */ -- cgit v1.2.1