]> git.eshelyaron.com Git - emacs.git/commitdiff
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2003 08:04:13 +0000 (08:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2003 08:04:13 +0000 (08:04 +0000)
POLLING_PROBLEM_IN_SELECT.

src/s/hpux10.h

index c547a1845ab9c8fbbce656539afff84c2f56ad32..ba0a11ff60d661d81b5aed060ecd09be76e4bbe0 100644 (file)
@@ -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