aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-04 07:59:55 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-04 07:59:55 +0000
commit86246935dafa15d762e202d39bca55b113c9ee56 (patch)
tree2b7e017e5ac9cc03cc99ca0d7b3def32590230d4 /nptl/Makefile
parentd9eb687be2a0c684ccc0b67d15f139d94d56b873 (diff)
downloadglibc-86246935dafa15d762e202d39bca55b113c9ee56.tar
glibc-86246935dafa15d762e202d39bca55b113c9ee56.tar.gz
glibc-86246935dafa15d762e202d39bca55b113c9ee56.tar.bz2
glibc-86246935dafa15d762e202d39bca55b113c9ee56.zip
Update.
2003-04-03 Ulrich Drepper <drepper@redhat.com> * init.c (sigcancel_handler): Don't set EXITING_BIT here. * libc-cancellation.c (__libc_enable_asynccancel): Likewise. * pthreadP.h (__do_cancel): Set EXITING_BIT here. * Makefile (tests): Add tst-cancel11. * tst-cancel11.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 672e88a5ae..a7d592049e 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -151,6 +151,7 @@ tests = tst-attr1 tst-attr2 \
tst-atfork1 \
tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \
tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancel10 \
+ tst-cancel11 \
tst-cleanup1 tst-cleanup2 tst-cleanup3 \
tst-flock1 tst-flock2 \
tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \