# HG changeset patch # User Richard M. Stallman # Date 809038333 0 # Node ID 6381e2bfdc34e8c3f384f5a1304ae58abda2cdce # Parent 0a7201b3c4926d220728038d170d92b8049ab3a7 (SA_RESTART): Add #undef. diff -r 0a7201b3c492 -r 6381e2bfdc34 src/s/irix5-2.h --- 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