diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-21 20:52:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-21 20:52:13 +0000 |
commit | 37473f05cb994af6adf0ed8dd2128c804533edc2 (patch) | |
tree | af369ff607e919e30961af312a9b9d4dc5f33059 /src/s | |
parent | 8e7eda1a737d2af5703eff40bf2fd63975e16b85 (diff) | |
download | emacs-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.h | 4 |
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 |