Mercurial > emacs
changeset 12916:6381e2bfdc34
(SA_RESTART): Add #undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Aug 1995 20:52:13 +0000 |
parents | 0a7201b3c492 |
children | 8da09b463ee4 |
files | src/s/irix5-2.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix5-2.h Mon Aug 21 19:27:05 1995 +0000 +++ b/src/s/irix5-2.h Mon Aug 21 20:52:13 1995 +0000 @@ -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