summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/s/hpux11.h3
1 files changed, 3 insertions, 0 deletions
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