diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-13 18:45:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-13 18:45:58 +0000 |
commit | 141f0a9cbefa2ed88486f836bd4dad1b14f277e6 (patch) | |
tree | 02218d13e763d9d6730163a81b51da707f6c9b53 /ChangeLog | |
parent | a9f43ef464f71b0d379524b2a6294092332c9a30 (diff) | |
download | glibc-141f0a9cbefa2ed88486f836bd4dad1b14f277e6.tar glibc-141f0a9cbefa2ed88486f836bd4dad1b14f277e6.tar.gz glibc-141f0a9cbefa2ed88486f836bd4dad1b14f277e6.tar.bz2 glibc-141f0a9cbefa2ed88486f836bd4dad1b14f277e6.zip |
* sysdeps/posix/spawni.c (__spawni): Automatically recognize some
more cases when we can use vfork.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-09-13 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/posix/spawni.c (__spawni): Automatically recognize some + more cases when we can use vfork. + 2005-08-29 Thomas Schwinge <schwinge@nic-nac-project.de> [BZ #1261] |