changeset 46299:72e949fc6d1e

(BROKEN_SA_RESTART): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Jul 2002 17:31:10 +0000
parents c6d9317e4393
children 7fb1d661f610
files src/s/hpux11.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux11.h	Thu Jul 11 17:29:56 2002 +0000
+++ b/src/s/hpux11.h	Thu Jul 11 17:31:10 2002 +0000
@@ -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