Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bf3118d0
Commit
bf3118d0
authored
May 20, 1999
by
Bruce Korb
Committed by
Bruce Korb
May 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A fix for one breaks another :( - do not ignore SIGCLD!
From-SVN: r27055
parent
48ac9ce2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
gcc/ChangeLog
+4
-0
gcc/fixinc/fixincl.c
+0
-7
No files found.
gcc/ChangeLog
View file @
bf3118d0
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
...
...
gcc/fixinc/fixincl.c
View file @
bf3118d0
...
@@ -279,13 +279,6 @@ main (argc, argv)
...
@@ -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)...
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment