summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-05 00:52:52 +0000
committerRoland McGrath <roland@redhat.com>1992-07-05 00:52:52 +0000
commite37b0392bec2620953ff1cd8387e2918a0141407 (patch)
treef0d7ae84dd3d91443a929fbba6eda239f0e73de7 /commands.c
parent7dba11957aed142d9578731d90344db8e70eeb12 (diff)
downloadgunmake-e37b0392bec2620953ff1cd8387e2918a0141407.tar.gz
Formerly commands.c.~8~
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
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