diff options
Diffstat (limited to 'src/signal/SIGINT.c')
| -rw-r--r-- | src/signal/SIGINT.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/signal/SIGINT.c b/src/signal/SIGINT.c index d335bbe2..bdd3f74d 100644 --- a/src/signal/SIGINT.c +++ b/src/signal/SIGINT.c @@ -1,10 +1,13 @@ -#include <signal.h> #define SIGINT (2) + /** interrupt **/ + /*** is a signal that indicates the program is being interactively interrupted. ***/ + /* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */ + /* STDC(1) */ |
