aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-23 11:17:28 +0000
committerRoland McGrath <roland@gnu.org>2003-03-23 11:17:28 +0000
commit3045a1fe8969d56d1c2b1dbbe75a0a821b27c356 (patch)
tree8ec447bbab7e822641dfc61deed2090d2a3543fd /nptl/ChangeLog
parent85047fe3b9a57c0de50692791b4c6f6301a49d1d (diff)
downloadglibc-3045a1fe8969d56d1c2b1dbbe75a0a821b27c356.tar
glibc-3045a1fe8969d56d1c2b1dbbe75a0a821b27c356.tar.gz
glibc-3045a1fe8969d56d1c2b1dbbe75a0a821b27c356.tar.bz2
glibc-3045a1fe8969d56d1c2b1dbbe75a0a821b27c356.zip
* Makeconfig (+includes): Don't use $(last-includes).
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index cf973dde42..2c8c1423a0 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,10 @@
2003-03-23 Roland McGrath <roland@redhat.com>
+ * tst-tls3.c (do_test) [! HAVE___THREAD]: Don't test anything.
+ * tst-tls3mod.c: Likewise.
+ * tst-tls1.c: Likewise.
+ * tst-tls2.c: Likewise.
+
* tst-mutex5.c (do_test): Unlock before destroy, otherwise we invoke
undefined behavior.