about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-05-16 15:04:27 -0700
committerUlrich Drepper <drepper@redhat.com>2009-05-16 15:04:27 -0700
commite20c4ef0ef9075f80ca560f6bdd5ed3229673067 (patch)
treee65ae23eb85f3926f2e2e4652381f6e83cd2a623 /nptl/ChangeLog
parentcba0ca7925f8e324e8af9f88187b3473363853a1 (diff)
downloadglibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.tar.gz
glibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.tar.xz
glibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.zip
libc-cancellation.c cleanup.
The unrelated function __libc_cleanup_routine should not be in
this file.  Move it into its own file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 23083611b4..d83b46125c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
 
+	* libc-cancellation.c: Move __libc_cleanup_routine to...
+	* libc-cleanup.c: ...here.  New file.
+	* Makefile (routines): Add libc-cleanup.
+
 	* cancellation.c (__pthread_disable_asynccancel): Remove unnecessary
 	test.
 	* libc-cancellation.c: Use <nptl/cancellation.c: to define the code.