From: Juanma Barranquero Date: Fri, 21 Feb 2003 08:04:13 +0000 (+0000) Subject: (POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not X-Git-Tag: ttn-vms-21-2-B4~11107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ded7072018d3c325d128e63d9499694a499104b;p=emacs.git (POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT. --- diff --git a/src/s/hpux10.h b/src/s/hpux10.h index c547a1845ab..ba0a11ff60d 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