diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/syssignal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syssignal.h b/src/syssignal.h index 374034df246..171cd24db65 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -54,6 +54,7 @@ extern sigset_t sys_sigmask (); | |||
| 54 | #define sigsetmask(SIG) sys_sigsetmask (SIG) | 54 | #define sigsetmask(SIG) sys_sigsetmask (SIG) |
| 55 | #define sighold(SIG) ONLY_USED_IN_BSD_4_1 | 55 | #define sighold(SIG) ONLY_USED_IN_BSD_4_1 |
| 56 | #define sigrelse(SIG) ONLY_USED_IN_BSD_4_1 | 56 | #define sigrelse(SIG) ONLY_USED_IN_BSD_4_1 |
| 57 | #define signal(SIG,ACT) sys_signal(SIG,ACT) | ||
| 57 | 58 | ||
| 58 | /* Whether this is what all systems want or not, this is what | 59 | /* Whether this is what all systems want or not, this is what |
| 59 | appears to be assumed in the source, for example data.c:arith_error. */ | 60 | appears to be assumed in the source, for example data.c:arith_error. */ |