summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-17 08:57:23 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-17 08:57:23 +0000
commit934a094fe3d8bcdf776781129e181af03c22f234 (patch)
tree71a038bf20edc8ba1a97db4e2ec4e98d8fb0eee9
parent903df90a154d54eb25bccc845d1ceaefd713ecd3 (diff)
downloademacs-934a094fe3d8bcdf776781129e181af03c22f234.tar.gz
(POLL_INTERRUPTED_SYS_CALL): Defined.
-rw-r--r--src/s/hpux10.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index 319fdb06cbe..007d4aee3ac 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -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