diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-18 03:16:37 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-18 03:16:37 +0000 |
commit | e1e51a4a5724cbe7049559fa85b1f070d3579551 (patch) | |
tree | 6811fe401ca011fb4fb3791c0dad4ada7a9a0fbf /libiberty/ChangeLog | |
parent | fa714a5450ebf4090a07d65b01809ec862a8b5c0 (diff) | |
download | gcc-e1e51a4a5724cbe7049559fa85b1f070d3579551.tar.gz |
* pex-unix.c (pexecute): Use vfork instead of fork, with
appropriate changes to make this safe.
* pex-common.h (STDERR_FILE_NO): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79617 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 95cc22262ca..2dce4d82d02 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,9 @@ 2004-03-17 Ian Lance Taylor <ian@wasabisystems.com> + * pex-unix.c (pexecute): Use vfork instead of fork, with + appropriate changes to make this safe. + * pex-common.h (STDERR_FILE_NO): Define. + * Makefile.in: Clean up REQUIRED_OFILES and CONFIGURED_OFILES for an 80 column screen. Run maint-deps. |