about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-20 10:18:12 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-20 10:18:12 +0000
commitc5acd3d77e9fc3abef96a5ca6b745eb53789bbde (patch)
tree5783980ce504598c1d17486e8a87859c4e021d7e /nptl/ChangeLog
parent12fd3c5f66b94059852514207952ddb682d03eb0 (diff)
downloadglibc-c5acd3d77e9fc3abef96a5ca6b745eb53789bbde.tar.gz
glibc-c5acd3d77e9fc3abef96a5ca6b745eb53789bbde.tar.xz
glibc-c5acd3d77e9fc3abef96a5ca6b745eb53789bbde.zip
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/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 5cbc766398..f650542dbf 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.