mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-26 09:50:45 +08:00
A fix for one breaks another :( - do not ignore SIGCLD!
From-SVN: r27055
This commit is contained in:
parent
48ac9ce28c
commit
bf3118d04b
@ -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>
|
Thu May 20 07:06:39 1999 Alexandre Oliva <aoliva@acm.org>
|
||||||
|
|
||||||
* fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
|
* fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
|
||||||
|
@ -279,13 +279,6 @@ main (argc, argv)
|
|||||||
/*#*/ error "NON-BOGUS LIMITS NOT SUPPORTED?!?!"
|
/*#*/ error "NON-BOGUS LIMITS NOT SUPPORTED?!?!"
|
||||||
#endif
|
#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
|
/* For every file specified in stdandard in
|
||||||
(except as throttled for bogus reasons)...
|
(except as throttled for bogus reasons)...
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user