about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-12 04:46:44 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-12 04:46:44 +0000
commitda63009e0f5ac74b33d8860a764d8103c5f60ec6 (patch)
tree2dc2cf509a272eb92e6566192719c37e36880c86 /nptl/Makefile
parent1a82c8ffae3796e5527190440fb99d8016019cb8 (diff)
downloadglibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar.gz
glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar.xz
glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.zip
Update.
	* Makefile (tests): Add tst-cleanup1.
	* tst-cleanup1.c: New file.
	* cancellation.c (__cleanup_thread): Removed.
	(__do_cancel): Remove call to __cleanup_thread.
	* pthreadP.h: Remove __cleanup_thread prorotype.
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 14ada1464d..57dd89f862 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -127,6 +127,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
 	tst-fork1 tst-fork2 tst-fork3 \
 	tst-atfork1 \
 	tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 \
+	tst-cleanup1 \
 	tst-flock1 tst-flock2 \
 	tst-signal1 tst-signal2 tst-signal3 \
 	tst-exec1 tst-exec2 tst-exec3 \