From 37473f05cb994af6adf0ed8dd2128c804533edc2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Aug 1995 20:52:13 +0000 Subject: [PATCH] (SA_RESTART): Add #undef. --- src/s/irix5-2.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2