Mercurial > emacs
changeset 13332:b5f6bf37ffc5
[POSIX_SIGNALS] (signal): Undef before defining.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Oct 1995 02:37:50 +0000 |
parents | 77efc3b74f0d |
children | 87b725d9d2ae |
files | src/syssignal.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syssignal.h Mon Oct 30 02:34:12 1995 +0000 +++ b/src/syssignal.h Mon Oct 30 02:37:50 1995 +0000 @@ -54,6 +54,7 @@ #define sigsetmask(SIG) sys_sigsetmask (SIG) #define sighold(SIG) ONLY_USED_IN_BSD_4_1 #define sigrelse(SIG) ONLY_USED_IN_BSD_4_1 +#undef signal #define signal(SIG,ACT) sys_signal(SIG,ACT) /* Whether this is what all systems want or not, this is what