mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 23:45:38 +08:00
* pex-unix.c: Fix the spelling of longjmp.
From-SVN: r91507
This commit is contained in:
parent
0cc5dec18a
commit
ecc30353f4
@ -1,3 +1,7 @@
|
|||||||
|
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
|
||||||
|
@ -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/longjmp, 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
|
||||||
|
Loading…
Reference in New Issue
Block a user