diff src/s/hpux10.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents f4093f55e9c2
children
line wrap: on
line diff
--- a/src/s/hpux10.h	Sun Jan 15 23:02:10 2006 +0000
+++ b/src/s/hpux10.h	Mon Jan 16 00:03:54 2006 +0000
@@ -56,5 +56,10 @@
 /* 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
+
+/* arch-tag: 1b95d569-a3c1-4fb0-8f69-fef264c17c24
+   (do not change this comment) */