From: DJ Delorie Date: Tue, 30 Nov 2004 03:01:37 +0000 (+0000) Subject: merge from gcc X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9bcb323588069c8a6d9399f872c9e2a0db4b60aa;p=pf3gnuchains%2Fpf3gnuchains3x.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9a2aeda12b..b053857736 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2004-11-29 Matt Kraai + + * pex-unix.c: Fix the spelling of longjmp. + 2004-11-23 Ian Lance Taylor PR other/18623 diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c index ddbed8f4a0..55a055e4b7 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -61,7 +61,7 @@ extern int errno; via other calls to this function. 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. We follow a safe approach here by not modifying any variables at all in the child process (with the possible exception of variables