mirror of
https://github.com/mirror/make.git
synced 2026-09-01 20:28:09 +08:00
Formerly commands.c.~8~
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user