aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
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/Makefile
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/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 756878b9c6..b4bbe99984 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -142,7 +142,7 @@ tests = tst-attr1 tst-attr2 \
tst-fork1 tst-fork2 tst-fork3 \
tst-atfork1 \
tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \
- tst-cancel6 tst-cancel7 tst-cancel8 \
+ tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 \
tst-cleanup1 tst-cleanup2 tst-cleanup3 \
tst-flock1 tst-flock2 \
tst-signal1 tst-signal2 tst-signal3 \