aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-13 22:56:45 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-13 22:56:45 +0000
commitb7bdd9c4c9b808f9678fb81b74f9347e7464240d (patch)
treea55f4b41e60983a8930073be94a85131db12408a /nptl
parent400d6c518788aec651a2002709b22c08ddafd7f9 (diff)
downloadglibc-b7bdd9c4c9b808f9678fb81b74f9347e7464240d.tar
glibc-b7bdd9c4c9b808f9678fb81b74f9347e7464240d.tar.gz
glibc-b7bdd9c4c9b808f9678fb81b74f9347e7464240d.tar.bz2
glibc-b7bdd9c4c9b808f9678fb81b74f9347e7464240d.zip
Update.
* forward.c (test_loaded): Prevent recursive calls.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index f1b48c46b4..d211cab835 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,7 @@
2002-12-13 Ulrich Drepper <drepper@redhat.com>
+ * forward.c (test_loaded): Prevent recursive calls.
+
* Makefile (routines): Add libc-cancellation.
* libc-cancellation.c: New file.
* descr.h (struct pthread): Add multiple_threads field.