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 | 50f264e9f85b1ccdf34dd3c5e2f57f4d817fc753 (patch) | |
tree | d8ca505f2dd9231b9fab1e59e9ae7bfaa6f6d664 /src/s/irix5-2.h | |
parent | 1db868089e1a4e7044ad92d45356e9ce43ca3c06 (diff) | |
download | emacs-50f264e9f85b1ccdf34dd3c5e2f57f4d817fc753.tar.gz |
(SA_RESTART): Add #undef.
Diffstat (limited to 'src/s/irix5-2.h')
-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 |