Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 16 Feb 2003 09:18:53 +0000 (09:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 16 Feb 2003 09:18:53 +0000 (09:18 +0000)
commit1564916ab9ef4e2ce673cd5fb3123c067e4a787d
tree35849809bf0077f34384aee1183dc8f181ed411a
parente9cb48ab58fd8f619f5c7f13c2188161dbdef254
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.
nptl/ChangeLog
nptl/Makefile
nptl/libc-cancellation.c
nptl/tst-cancel9.c [new file with mode: 0644]