diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-20 10:10:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-20 10:10:29 +0000 |
commit | df5803bf468808a0fceda1987ae88edff67619a8 (patch) | |
tree | 547953e7f94fda7bb2360c5b348e010510681cee /nptl/ChangeLog | |
parent | 01b2885290fdbb02bfe4f92f0873419abada5952 (diff) | |
download | glibc-df5803bf468808a0fceda1987ae88edff67619a8.tar glibc-df5803bf468808a0fceda1987ae88edff67619a8.tar.gz glibc-df5803bf468808a0fceda1987ae88edff67619a8.tar.bz2 glibc-df5803bf468808a0fceda1987ae88edff67619a8.zip |
Update.
2003-02-20 Ulrich Drepper <drepper@redhat.com>
* pthread_create.c (deallocate_tsd): Clear the entire first block
of TSD.
* Makefile (tests): Add tst-key4.
* tst-key4.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0e8fe795d2..fc30d8db0e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2003-02-20 Ulrich Drepper <drepper@redhat.com> + + * pthread_create.c (deallocate_tsd): Clear the entire first block + of TSD. + * Makefile (tests): Add tst-key4. + * tst-key4.c: New file. + 2003-02-18 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-basic7. |