summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/s/irix5-2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h
index f03746ef07e..b3f12b3213a 100644
--- a/src/s/irix5-2.h
+++ b/src/s/irix5-2.h
@@ -3,3 +3,7 @@
/* as of version 5.2, irix no longer uses flock,
according to jackr@wpd.sgi.com. */
#undef MAIL_USE_FLOCK
+
+/* C-g in select is not handled properly with restartable
+ system calls. So don't use them. */
+#undef SA_RESTART