diff options
author | DJ Delorie <dj@redhat.com> | 2004-11-30 03:01:37 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-11-30 03:01:37 +0000 |
commit | 70615d15fb6bf24043012667c79fee0af2d6f5b1 (patch) | |
tree | 3eb8aab16436fb683d98386d53058204049bda50 /libiberty/pex-unix.c | |
parent | edfc032f0a744b3e42dab52ca7161073c9dd54ed (diff) | |
download | gdb-70615d15fb6bf24043012667c79fee0af2d6f5b1.zip gdb-70615d15fb6bf24043012667c79fee0af2d6f5b1.tar.gz gdb-70615d15fb6bf24043012667c79fee0af2d6f5b1.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/pex-unix.c')
-rw-r--r-- | libiberty/pex-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c index ddbed8f..55a055e 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 |