diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e01e1489f76e..4dc280f2d3bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu May 20 08:16:39 1999 Bruce Korb + + * fixinc/fixincl.c: We must not ignore SIGCLD now. + Thu May 20 07:06:39 1999 Alexandre Oliva * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options diff --git a/gcc/fixinc/fixincl.c b/gcc/fixinc/fixincl.c index f4cd5ec1cee4..bce5ba8bce82 100644 --- a/gcc/fixinc/fixincl.c +++ b/gcc/fixinc/fixincl.c @@ -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)... */