summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-20 08:19:05 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-20 08:19:05 +0000
commit8f68d3b43cb2436a1faf8f5cf35b20ea3584d65a (patch)
tree3f94ec29cb41befcba75d90f532d92383ac04333
parent063938a0b705201436f64fc7f4d90d0bffcc9772 (diff)
downloadppe42-gcc-8f68d3b43cb2436a1faf8f5cf35b20ea3584d65a.tar.gz
ppe42-gcc-8f68d3b43cb2436a1faf8f5cf35b20ea3584d65a.zip
A fix for one breaks another :( - do not ignore SIGCLD!
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27055 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/fixinc/fixincl.c7
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 <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
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)...
*/
OpenPOWER on IntegriCloud