summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-21 20:52:13 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-21 20:52:13 +0000
commit37473f05cb994af6adf0ed8dd2128c804533edc2 (patch)
treeaf369ff607e919e30961af312a9b9d4dc5f33059 /src/s
parent8e7eda1a737d2af5703eff40bf2fd63975e16b85 (diff)
downloademacs-37473f05cb994af6adf0ed8dd2128c804533edc2.tar.gz
emacs-37473f05cb994af6adf0ed8dd2128c804533edc2.tar.bz2
emacs-37473f05cb994af6adf0ed8dd2128c804533edc2.zip
(SA_RESTART): Add #undef.
Diffstat (limited to 'src/s')
-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