about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
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.