]> git.eshelyaron.com Git - emacs.git/commitdiff
(POLL_INTERRUPTED_SYS_CALL): Defined.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2003 08:57:23 +0000 (08:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Feb 2003 08:57:23 +0000 (08:57 +0000)
src/s/hpux10.h

index 319fdb06cbe6bf5c5ee40a588ce0e8448f25cb00..007d4aee3ace45cbd7d34cac1d02e288ff8f6029 100644 (file)
@@ -55,3 +55,9 @@
 
 /* Don't define _BSD */
 #undef C_SWITCH_SYSTEM
+
+
+/* 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