aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-02 04:02:00 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-02 04:02:00 +0000
commit0d73a73b4b00b7d28e9f2571b9ce85d784717137 (patch)
tree854e309e6d2f55059105e81a0e62164dc7740210 /nptl
parentbafaffac7022a627f3964e76b7e280c021ed89c0 (diff)
downloadglibc-0d73a73b4b00b7d28e9f2571b9ce85d784717137.zip
glibc-0d73a73b4b00b7d28e9f2571b9ce85d784717137.tar.gz
glibc-0d73a73b4b00b7d28e9f2571b9ce85d784717137.tar.bz2
Update.
* Makefile (tests): Add tst-tsd3.c and tst-tsd4. * tst-tsd4.c: New file.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9587f9c..d87f4e2 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -7,8 +7,9 @@
(start_thread): Call deallocate_tsd here.
* pthread_setspecific.c: Set specific_used flag really only when
needed.
- * Makefile (tests): Add tst-tsd3.c
+ * Makefile (tests): Add tst-tsd3.c and tst-tsd4.
* tst-tsd3.c: New file.
+ * tst-tsd4.c: New file.
2003-03-31 Ulrich Drepper <drepper@redhat.com>