aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-27 18:10:51 +0000
committerRichard M. Stallman1994-07-27 18:10:51 +0000
commit9c063f29fa9181a6310e1b3148d3a45f635c0da0 (patch)
tree4e51aedd737c19c9b7163b653f825f7f3d98a67e /src
parentdefb80d7adcb5ea918dec614f0044fdc6967e4a2 (diff)
downloademacs-9c063f29fa9181a6310e1b3148d3a45f635c0da0.tar.gz
emacs-9c063f29fa9181a6310e1b3148d3a45f635c0da0.zip
[POSIX_SIGNALS] (signal): New definition.
Diffstat (limited to 'src')
-rw-r--r--src/syssignal.h1
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. */