diff options
author | Andreas Schwab <schwab@suse.de> | 2013-08-06 11:13:03 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-08-06 11:13:48 +0200 |
commit | 85891acadf1b5207df93c9078b0d1ff5b28838de (patch) | |
tree | 9ed38ec055a8a538621cd0a02b6ffe6acb20f3dc | |
parent | 31ad488dff6354bbe0aef38eeca682c2ac5336b7 (diff) | |
download | glibc-85891acadf1b5207df93c9078b0d1ff5b28838de.zip glibc-85891acadf1b5207df93c9078b0d1ff5b28838de.tar.gz glibc-85891acadf1b5207df93c9078b0d1ff5b28838de.tar.bz2 |
Fix typo in ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++. |