aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-21 20:52:13 +0000
committerRichard M. Stallman1995-08-21 20:52:13 +0000
commit37473f05cb994af6adf0ed8dd2128c804533edc2 (patch)
treeaf369ff607e919e30961af312a9b9d4dc5f33059 /src
parent8e7eda1a737d2af5703eff40bf2fd63975e16b85 (diff)
downloademacs-37473f05cb994af6adf0ed8dd2128c804533edc2.tar.gz
emacs-37473f05cb994af6adf0ed8dd2128c804533edc2.zip
(SA_RESTART): Add #undef.
Diffstat (limited to 'src')
-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 @@
3/* as of version 5.2, irix no longer uses flock, 3/* as of version 5.2, irix no longer uses flock,
4 according to jackr@wpd.sgi.com. */ 4 according to jackr@wpd.sgi.com. */
5#undef MAIL_USE_FLOCK 5#undef MAIL_USE_FLOCK
6
7/* C-g in select is not handled properly with restartable
8 system calls. So don't use them. */
9#undef SA_RESTART