Formerly commands.c.~8~
authorRoland McGrath <roland@redhat.com>
Sun, 5 Jul 1992 00:52:52 +0000 (00:52 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 5 Jul 1992 00:52:52 +0000 (00:52 +0000)
commands.c

index 75d450c..29e32fa 100644 (file)
@@ -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