diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix4-0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 589773a8213..05ad1d21552 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h | |||
| @@ -53,3 +53,6 @@ | |||
| 53 | /* jpff@maths.bath.ac.uk reports `struct exception' is not defined | 53 | /* jpff@maths.bath.ac.uk reports `struct exception' is not defined |
| 54 | on this system, so inhibit use of matherr. */ | 54 | on this system, so inhibit use of matherr. */ |
| 55 | #define NO_MATHERR | 55 | #define NO_MATHERR |
| 56 | |||
| 57 | /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed. */ | ||
| 58 | #define GETPGRP_NO_ARG | ||