summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGINT.h')
-rw-r--r--src/signal/SIGINT.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/signal/SIGINT.h b/src/signal/SIGINT.h
index b1ae8219..bdd3f74d 100644
--- a/src/signal/SIGINT.h
+++ b/src/signal/SIGINT.h
@@ -1,12 +1,13 @@
-#define SIGILL (5)
+#define SIGINT (2)
-/** illegal instruction **/
+/** interrupt **/
/***
-is a signal indicating that the program has attempted to execute an illegal
-or improperly formed instruction.
+is a signal that indicates the program is being interactively interrupted.
***/
+/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */
+
/*
STDC(1)
*/