aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-16 09:18:53 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-16 09:18:53 +0000
commit1564916ab9ef4e2ce673cd5fb3123c067e4a787d (patch)
tree35849809bf0077f34384aee1183dc8f181ed411a /nptl/ChangeLog
parente9cb48ab58fd8f619f5c7f13c2188161dbdef254 (diff)
downloadglibc-1564916ab9ef4e2ce673cd5fb3123c067e4a787d.tar
glibc-1564916ab9ef4e2ce673cd5fb3123c067e4a787d.tar.gz
glibc-1564916ab9ef4e2ce673cd5fb3123c067e4a787d.tar.bz2
glibc-1564916ab9ef4e2ce673cd5fb3123c067e4a787d.zip
Update.
2003-02-16 Ulrich Drepper <drepper@redhat.com> * libc-cancellation.c (__libc_enable_asynccancel): Rwrite to avoid going into an endless loop. * Makefile (tests): Add tst-cancel9. * tst-cancel9.c: New file. * pthread_cancel.c (pthread_cancel): Use the result of __pthread_kill.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index ec74f80b2e..7e611221a4 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,12 @@
+2003-02-16 Ulrich Drepper <drepper@redhat.com>
+
+ * libc-cancellation.c (__libc_enable_asynccancel): Rwrite to avoid
+ going into an endless loop.
+ * Makefile (tests): Add tst-cancel9.
+ * tst-cancel9.c: New file.
+
+ * pthread_cancel.c (pthread_cancel): Use the result of __pthread_kill.
+
2003-02-15 Ulrich Drepper <drepper@redhat.com>
* tst-mutex5.c (do_test): Add more timedlock tests.