diff options
| author | Richard M. Stallman | 1995-08-21 20:52:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-21 20:52:13 +0000 |
| commit | 37473f05cb994af6adf0ed8dd2128c804533edc2 (patch) | |
| tree | af369ff607e919e30961af312a9b9d4dc5f33059 /src | |
| parent | 8e7eda1a737d2af5703eff40bf2fd63975e16b85 (diff) | |
| download | emacs-37473f05cb994af6adf0ed8dd2128c804533edc2.tar.gz emacs-37473f05cb994af6adf0ed8dd2128c804533edc2.zip | |
(SA_RESTART): Add #undef.
Diffstat (limited to 'src')
| -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 @@ | |||
| 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 | ||