Mercurial > emacs
changeset 49892:2d5ba0c9dd66
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
POLLING_PROBLEM_IN_SELECT.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 21 Feb 2003 08:04:13 +0000 |
parents | a8c3025eb05a |
children | 1bcf8d62f4cd |
files | src/s/hpux10.h |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux10.h Fri Feb 21 08:03:31 2003 +0000 +++ b/src/s/hpux10.h Fri Feb 21 08:04:13 2003 +0000 @@ -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