diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux10.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index c547a1845ab..ba0a11ff60d 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -56,5 +56,7 @@ | |||
| 56 | /* Don't define _BSD */ | 56 | /* Don't define _BSD */ |
| 57 | #undef C_SWITCH_SYSTEM | 57 | #undef C_SWITCH_SYSTEM |
| 58 | 58 | ||
| 59 | /* HPUX 10.10 needs this; HPUX 10.20 does not. */ | 59 | /* HP-UX 10.10 seem to have problems with signals coming in |
| 60 | #define POLLING_PROBLEM_IN_SELECT | 60 | Causes "poll: interrupted system call" messages when Emacs is run |
| 61 | in an X window (see process.c) */ | ||
| 62 | #define POLL_INTERRUPTED_SYS_CALL | ||