diff src/s/hpux11.h @ 46299:72e949fc6d1e

(BROKEN_SA_RESTART): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Jul 2002 17:31:10 +0000
parents 30f51cb6803a
children a61f957ee22f
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