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
ecc30353
Commit
ecc30353
authored
Nov 30, 2004
by
Matt Kraai
Committed by
Matt Kraai
Nov 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pex-unix.c: Fix the spelling of longjmp.
From-SVN: r91507
parent
0cc5dec1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/pex-unix.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
ecc30353
2004-11-29 Matt Kraai <kraai@alumni.cmu.edu>
* pex-unix.c: Fix the spelling of longjmp.
2004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
2004-11-23 Ian Lance Taylor <ian@wasabisystems.com>
PR other/18623
PR other/18623
...
...
libiberty/pex-unix.c
View file @
ecc30353
...
@@ -61,7 +61,7 @@ extern int errno;
...
@@ -61,7 +61,7 @@ extern int errno;
via other calls to this function.
via other calls to this function.
This version of the function uses vfork. In general vfork is
This version of the function uses vfork. In general vfork is
similar to setjmp/longmp, in that any variable which is modified by
similar to setjmp/long
j
mp, in that any variable which is modified by
the child process has an indeterminate value in the parent process.
the child process has an indeterminate value in the parent process.
We follow a safe approach here by not modifying any variables at
We follow a safe approach here by not modifying any variables at
all in the child process (with the possible exception of variables
all in the child process (with the possible exception of variables
...
...
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