aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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