diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-05 00:52:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-05 00:52:52 +0000 |
commit | e37b0392bec2620953ff1cd8387e2918a0141407 (patch) | |
tree | f0d7ae84dd3d91443a929fbba6eda239f0e73de7 | |
parent | 7dba11957aed142d9578731d90344db8e70eeb12 (diff) | |
download | gunmake-e37b0392bec2620953ff1cd8387e2918a0141407.tar.gz |
Formerly commands.c.~8~
-rw-r--r-- | commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |