aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-20 10:10:29 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-20 10:10:29 +0000
commitdf5803bf468808a0fceda1987ae88edff67619a8 (patch)
tree547953e7f94fda7bb2360c5b348e010510681cee /nptl/Makefile
parent01b2885290fdbb02bfe4f92f0873419abada5952 (diff)
downloadglibc-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/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 24bb8de833..7e710082e4 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -133,7 +133,7 @@ tests = tst-attr1 tst-attr2 \
tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
tst-rwlock6 tst-rwlock7 \
tst-once1 tst-once2 tst-once3 tst-once4 \
- tst-key1 tst-key2 tst-key3 \
+ tst-key1 tst-key2 tst-key3 tst-key4 \
tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \
tst-barrier1 tst-barrier2 tst-barrier3 \
tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \