summaryrefslogtreecommitdiff
path: root/src/signal/SIGTERM.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGTERM.c')
-rw-r--r--src/signal/SIGTERM.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/signal/SIGTERM.c b/src/signal/SIGTERM.c
index 990c0730..72dfa7ae 100644
--- a/src/signal/SIGTERM.c
+++ b/src/signal/SIGTERM.c
@@ -1,9 +1,10 @@
#include <signal.h>
-#define SIGTERM (6)
+#define SIGTERM (15)
/** terminate **/
/***
is a signal indicating that the system is requesting the program to terminate.
***/
+/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */
/*
STDC(1)
*/