From: Andreas Schwab Date: Tue, 6 Aug 2013 09:13:03 +0000 (+0200) Subject: Fix typo in ChangeLog X-Git-Tag: glibc-2.18~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85891acadf1b5207df93c9078b0d1ff5b28838de;p=thirdparty%2Fglibc.git Fix typo in ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 003d6027185..fa588c9f9f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6542,7 +6542,7 @@ * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl. (tests): Add test case tst-tls-atexit. (modules-names): Add shared library for tst-tls-atexit. - * stdlib/Versions (GLIBC_2.17): Add __cxa_thread_atexit_impl. + * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl. (GLIBC_PRIVATE): Add __call_tls_dtors. * stdlib/cxa_thread_atexit_impl.c: New file with helper function for libstdc++.