diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-01 21:21:58 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-01 21:21:58 -0500 |
| commit | c8d00441fb11a617e462339309fab7c6f78353a4 (patch) | |
| tree | 755e51d6b27d82007cbc57e7e65d1f9a34e589c3 /src/signal/SIGALRM.c | |
| parent | 19f7605e4abf54ad158a324bcb8abe57a1dfeb5c (diff) | |
set signals to match requirements for kill and trap commands, adjust others accordingly
Diffstat (limited to 'src/signal/SIGALRM.c')
| -rw-r--r-- | src/signal/SIGALRM.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/signal/SIGALRM.c b/src/signal/SIGALRM.c index 10f61118..63a337fa 100644 --- a/src/signal/SIGALRM.c +++ b/src/signal/SIGALRM.c @@ -1,6 +1,7 @@ #include <signal.h> -#define SIGALRM (11) +#define SIGALRM (14) /*s Alarm s*/ +/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */ /* POSIX(1) */ |
