aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2003-02-21 08:04:13 +0000
committerJuanma Barranquero <[email protected]>2003-02-21 08:04:13 +0000
commit9ded7072018d3c325d128e63d9499694a499104b (patch)
treea254a48366b09c19b8f42789ec64dc55f6e2b4cc /src/s
parent427d47993c18bfa65d02ea49bb68929fdfa76785 (diff)
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
POLLING_PROBLEM_IN_SELECT.
Diffstat (limited to 'src/s')
-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 c547a1845a..ba0a11ff60 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -56,5 +56,7 @@
/* Don't define _BSD */
#undef C_SWITCH_SYSTEM
-/* HPUX 10.10 needs this; HPUX 10.20 does not. */
-#define POLLING_PROBLEM_IN_SELECT
+/* HP-UX 10.10 seem to have problems with signals coming in
+ Causes "poll: interrupted system call" messages when Emacs is run
+ in an X window (see process.c) */
+#define POLL_INTERRUPTED_SYS_CALL