about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-14 05:22:43 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-14 05:22:43 +0000
commite2982bf018ff39fcfb452012027479a07457fa92 (patch)
tree62820a6b63ee85953b763f3393eb8b5a6bfe5f01 /nptl/Makefile
parent40b334afb47c606d39a5be4119378596dde2cffc (diff)
downloadglibc-e2982bf018ff39fcfb452012027479a07457fa92.tar.gz
glibc-e2982bf018ff39fcfb452012027479a07457fa92.tar.xz
glibc-e2982bf018ff39fcfb452012027479a07457fa92.zip
Update.
2004-01-29  Steven Munroe  <sjmunroe@us.ibm.com>

	* Makefile (libpthread-routines): Add pt-cleanup.
	* pt-longjmp.c: Removed.
	* pt-cleanup.c: Copied __pthread_cleanup_upto to here. New file.
	* sysdeps/generic/pt-longjmp.c: Copied longjmp to here. New file.
	* sysdeps/unix/sysv/linux/powerpc/Versions: New file.
	Version longjmp, siglongjmp for GLIBC_2.3.4.
	* sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: New File.
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 c67bfe4ef6..715dd766ff 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -99,7 +99,7 @@ libpthread-routines = init events version \
 		      sem_wait sem_trywait sem_timedwait sem_post \
 		      cleanup cleanup_defer cleanup_compat \
 		      cleanup_defer_compat unwind \
-		      pt-longjmp \
+		      pt-longjmp pt-cleanup\
 		      cancellation \
 		      lowlevellock \
 		      pt-vfork \