From e37b0392bec2620953ff1cd8387e2918a0141407 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 5 Jul 1992 00:52:52 +0000 Subject: Formerly commands.c.~8~ --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 75d450c..29e32fa 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 -- cgit v1.2.3