diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-16 09:18:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-16 09:18:53 +0000 |
commit | 1564916ab9ef4e2ce673cd5fb3123c067e4a787d (patch) | |
tree | 35849809bf0077f34384aee1183dc8f181ed411a /nptl/ChangeLog | |
parent | e9cb48ab58fd8f619f5c7f13c2188161dbdef254 (diff) | |
download | glibc-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/ChangeLog | 9 |
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. |