A fix for one breaks another :( - do not ignore SIGCLD!
authorBruce Korb <ddsinc09@ix.netcom.com>
Thu, 20 May 1999 08:19:05 +0000 (08:19 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Thu, 20 May 1999 08:19:05 +0000 (08:19 +0000)
From-SVN: r27055

gcc/ChangeLog
gcc/fixinc/fixincl.c

index e01e1489f76eaefb7351e98c7271dcd30cd32362..4dc280f2d3bbeeacdb8600fc831f97480c197c87 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
+
+       * fixinc/fixincl.c: We must not ignore SIGCLD now.
+
 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
 
        * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
index f4cd5ec1cee445efbfcdf96d37b1ea6fde6f2a02..bce5ba8bce82bbb8346481d649c234ac8f0b38c4 100644 (file)
@@ -279,13 +279,6 @@ main (argc, argv)
  /*#*/ error "NON-BOGUS LIMITS NOT SUPPORTED?!?!"
 #endif
 
-  /*
-     Here we are the child of the grandparent process.  The parent
-     of all the little fixup processes.  We ignore the deaths of
-     our children.  */
-
-  signal (SIGCLD,  SIG_IGN);
-
   /*  For every file specified in stdandard in
       (except as throttled for bogus reasons)...
       */