OSDN Git Service

A fix for one breaks another :( - do not ignore SIGCLD!
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 May 1999 08:19:05 +0000 (08:19 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 May 1999 08:19:05 +0000 (08:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27055 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/fixincl.c

index e01e148..4dc280f 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 f4cd5ec..bce5ba8 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)...
       */