Formerly commands.c.~8~

This commit is contained in:
Roland McGrath 1992-07-05 00:52:52 +00:00
parent 7dba11957a
commit e37b0392be

View 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