diff options
Diffstat (limited to 'src/signal/SIGABRT.h')
-rw-r--r-- | src/signal/SIGABRT.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/signal/SIGABRT.h b/src/signal/SIGABRT.h new file mode 100644 index 00000000..918a1f5d --- /dev/null +++ b/src/signal/SIGABRT.h @@ -0,0 +1,14 @@ +#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) +*/ |