aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-19 19:41:03 +0000
committerKarl Heuer <[email protected]>1996-07-19 19:41:03 +0000
commit22549f8ba262dde71f6e50ae2d80254f90652ca9 (patch)
treeb3e9defa5885cb0140854a6473f5afeefbcd714d /src
parentc0f8e3a9e7abdb0c8e04421910852778e230041b (diff)
(_BSD_SIGNALS): Define.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix5-0.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index 391ef31c60..31754342d5 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -2,6 +2,9 @@
#define IRIX5
+/* We want BSD style signals. */
+#define _BSD_SIGNALS
+
#define SETPGRP_RELEASES_CTTY
#ifdef LIBS_SYSTEM