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