diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:41:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:41:06 +0000 |
commit | 68ea6c18e3ef24771a92be2faef155a2dda4b1af (patch) | |
tree | 8db0fb2ba5fb21fc0e0bccd8222dece5f4a03462 /ChangeLog | |
parent | 2b63891019c9e5193b29fd8c3bc34dc5a58e144e (diff) | |
download | glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar.gz glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar.xz glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.zip |
Update.
* sysdeps/unix/sysv/linux/execve.c: New file. This version terminates all threads [PR libc/1223].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b315369a8f..10fe247abb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-08-19 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/execve.c: New file. This version terminates + all threads [PR libc/1223]. + * elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero. [PR libc/1165]. |