Formerly job.c.~94~
authorRoland McGrath <roland@redhat.com>
Mon, 1 Feb 1993 21:02:40 +0000 (21:02 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 1 Feb 1993 21:02:40 +0000 (21:02 +0000)
job.c

diff --git a/job.c b/job.c
index 181be5b..01044c0 100644 (file)
--- a/job.c
+++ b/job.c
@@ -412,20 +412,13 @@ free_child (child)
 #ifdef POSIX
 extern sigset_t fatal_signal_set;
 
-static void
+void
 unblock_sigs ()
 {
   sigset_t empty;
   sigemptyset (&empty);
   sigprocmask (SIG_SETMASK, &empty, (sigset_t *) 0);
 }
-#else
-#ifdef HAVE_SIGSETMASK
-extern int fatal_signal_mask;
-#define        unblock_sigs()  sigsetmask (0)
-#else
-#define        unblock_sigs()
-#endif
 #endif
 
 /* Start a job to run the commands specified in CHILD.