summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGINT.c')
-rw-r--r--src/signal/SIGINT.c3
1 files changed, 2 insertions, 1 deletions
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 <signal.h>
-#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)
*/