diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-20 10:18:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-20 10:18:12 +0000 |
commit | c5acd3d77e9fc3abef96a5ca6b745eb53789bbde (patch) | |
tree | 5783980ce504598c1d17486e8a87859c4e021d7e /nptl/ChangeLog | |
parent | 12fd3c5f66b94059852514207952ddb682d03eb0 (diff) | |
download | glibc-c5acd3d77e9fc3abef96a5ca6b745eb53789bbde.zip glibc-c5acd3d77e9fc3abef96a5ca6b745eb53789bbde.tar.gz glibc-c5acd3d77e9fc3abef96a5ca6b745eb53789bbde.tar.bz2 |
Update.
* pthread_create.c (deallocate_tsd): Reset found_nonzero at the
beginning of the loop. Clear the entire first block of TSD.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5cbc766..f650542 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,7 +1,7 @@ 2003-02-20 Ulrich Drepper <drepper@redhat.com> - * pthread_create.c (deallocate_tsd): Clear the entire first block - of TSD. + * pthread_create.c (deallocate_tsd): Reset found_nonzero at the + beginning of the loop. Clear the entire first block of TSD. * Makefile (tests): Add tst-key4. * tst-key4.c: New file. |