From: Roland McGrath Date: Sun, 5 Jul 1992 00:52:52 +0000 (+0000) Subject: Formerly commands.c.~8~ X-Git-Tag: 3.70.2~679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e37b0392bec2620953ff1cd8387e2918a0141407;p=thirdparty%2Fmake.git Formerly commands.c.~8~ --- diff --git a/commands.c b/commands.c index 75d450c5..29e32fa5 100644 --- a/commands.c +++ b/commands.c @@ -371,7 +371,7 @@ fatal_error_signal (sig) (void) sigprocmask (SIG_SETMASK, &set, (sigset_t *) 0); } #else -#ifndef SIGSETMASK_MISSING +#ifdef HAVE_SIGSETMASK (void) sigsetmask (0); #endif #endif