aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-07-19 19:41:03 +0000
committerKarl Heuer1996-07-19 19:41:03 +0000
commit22549f8ba262dde71f6e50ae2d80254f90652ca9 (patch)
treeb3e9defa5885cb0140854a6473f5afeefbcd714d /src
parentc0f8e3a9e7abdb0c8e04421910852778e230041b (diff)
downloademacs-22549f8ba262dde71f6e50ae2d80254f90652ca9.tar.gz
emacs-22549f8ba262dde71f6e50ae2d80254f90652ca9.zip
(_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 391ef31c60d..31754342d59 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -2,6 +2,9 @@
2 2
3#define IRIX5 3#define IRIX5
4 4
5/* We want BSD style signals. */
6#define _BSD_SIGNALS
7
5#define SETPGRP_RELEASES_CTTY 8#define SETPGRP_RELEASES_CTTY
6 9
7#ifdef LIBS_SYSTEM 10#ifdef LIBS_SYSTEM