diff options
| author | Juanma Barranquero | 2003-02-21 08:04:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-21 08:04:13 +0000 |
| commit | 9ded7072018d3c325d128e63d9499694a499104b (patch) | |
| tree | a254a48366b09c19b8f42789ec64dc55f6e2b4cc /src | |
| parent | 427d47993c18bfa65d02ea49bb68929fdfa76785 (diff) | |
| download | emacs-9ded7072018d3c325d128e63d9499694a499104b.tar.gz emacs-9ded7072018d3c325d128e63d9499694a499104b.zip | |
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
POLLING_PROBLEM_IN_SELECT.
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 | ||