From: Richard M. Stallman Date: Mon, 21 Aug 1995 20:52:13 +0000 (+0000) Subject: (SA_RESTART): Add #undef. X-Git-Tag: emacs-19.34~2944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37473f05cb994af6adf0ed8dd2128c804533edc2;p=emacs.git (SA_RESTART): Add #undef. --- 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