From: Richard M. Stallman Date: Thu, 11 Jul 2002 17:31:10 +0000 (+0000) Subject: (BROKEN_SA_RESTART): Defined. X-Git-Tag: ttn-vms-21-2-B4~14198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ef47683093339c7da16f07033534ece8f1fe4b0;p=emacs.git (BROKEN_SA_RESTART): Defined. --- diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 98a4775f609..893e0874eaf 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h @@ -6,3 +6,6 @@ #undef POSIX_SIGNALS #endif #define POSIX_SIGNALS 1 + +/* SA_RESTART resets the timeout of `select', so don't use it. */ +#define BROKEN_SA_RESTART