summaryrefslogtreecommitdiff
path: root/src/signal/SIGABRT.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGABRT.c')
-rw-r--r--src/signal/SIGABRT.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/signal/SIGABRT.c b/src/signal/SIGABRT.c
index ce42a249..918a1f5d 100644
--- a/src/signal/SIGABRT.c
+++ b/src/signal/SIGABRT.c
@@ -1,11 +1,14 @@
-#include <signal.h>
#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)
*/