diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-14 00:48:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-14 00:48:38 +0000 |
commit | cdedcc7943114bbbcbc2be1a0ef5716b0ef2e862 (patch) | |
tree | f1a610e971d0fe8da26eafb54d9c680de28ce1e4 /ChangeLog | |
parent | e2df2b3e64a97bc698d6492402a94c8b7131963a (diff) | |
download | glibc-cdedcc7943114bbbcbc2be1a0ef5716b0ef2e862.tar.gz glibc-cdedcc7943114bbbcbc2be1a0ef5716b0ef2e862.tar.xz glibc-cdedcc7943114bbbcbc2be1a0ef5716b0ef2e862.zip |
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
for the new TCB.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 11d3d19f6e..27ab728215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-13 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space + for the new TCB. + 2002-11-13 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility |