aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-21 08:04:13 +0000
committerJuanma Barranquero2003-02-21 08:04:13 +0000
commit9ded7072018d3c325d128e63d9499694a499104b (patch)
treea254a48366b09c19b8f42789ec64dc55f6e2b4cc /src
parent427d47993c18bfa65d02ea49bb68929fdfa76785 (diff)
downloademacs-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.h6
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