diff options
| author | Karl Heuer | 1996-07-19 19:41:03 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-19 19:41:03 +0000 |
| commit | 22549f8ba262dde71f6e50ae2d80254f90652ca9 (patch) | |
| tree | b3e9defa5885cb0140854a6473f5afeefbcd714d /src | |
| parent | c0f8e3a9e7abdb0c8e04421910852778e230041b (diff) | |
| download | emacs-22549f8ba262dde71f6e50ae2d80254f90652ca9.tar.gz emacs-22549f8ba262dde71f6e50ae2d80254f90652ca9.zip | |
(_BSD_SIGNALS): Define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix5-0.h | 3 |
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 |