From 85891acadf1b5207df93c9078b0d1ff5b28838de Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 6 Aug 2013 11:13:03 +0200 Subject: [PATCH] Fix typo in ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 003d602718..fa588c9f9f 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++.