From bf3118d04b6463cf24e439729ef9a2600b452f60 Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Thu, 20 May 1999 08:19:05 +0000 Subject: [PATCH] A fix for one breaks another :( - do not ignore SIGCLD! From-SVN: r27055 --- gcc/ChangeLog | 4 ++++ gcc/fixinc/fixincl.c | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e01e1489f76..4dc280f2d3b 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 f4cd5ec1cee..bce5ba8bce8 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)... */ -- 2.30.2