aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-20 00:41:06 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-20 00:41:06 +0000
commit68ea6c18e3ef24771a92be2faef155a2dda4b1af (patch)
tree8db0fb2ba5fb21fc0e0bccd8222dece5f4a03462 /ChangeLog
parent2b63891019c9e5193b29fd8c3bc34dc5a58e144e (diff)
downloadglibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.zip
glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar.gz
glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar.bz2
Update.
* sysdeps/unix/sysv/linux/execve.c: New file. This version terminates all threads [PR libc/1223].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b315369..10fe247 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].