aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-26 03:36:38 +0000
committerRichard M. Stallman1996-09-26 03:36:38 +0000
commit99487ce4c15db5f4032ef1e4fb646241327607d8 (patch)
tree0c6b9f10cd5d87bd7933dc837211d3cba38d2242 /src
parent163b385a689e68916ee5ba24bebaeeec3265b7ae (diff)
downloademacs-99487ce4c15db5f4032ef1e4fb646241327607d8.tar.gz
emacs-99487ce4c15db5f4032ef1e4fb646241327607d8.zip
(sigsetmask, _longjmp, _setjmp): #undef them.
(_BSD_SIGNALS): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix5-0.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index 31754342d59..1799e34562d 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -2,8 +2,9 @@
2 2
3#define IRIX5 3#define IRIX5
4 4
5/* We want BSD style signals. */ 5#undef sigsetmask /* use sys_sigsetmask */
6#define _BSD_SIGNALS 6#undef _longjmp /* use system versions, not conservative aliases */
7#undef _setjmp
7 8
8#define SETPGRP_RELEASES_CTTY 9#define SETPGRP_RELEASES_CTTY
9 10