summary refs log tree commit diff
path: root/locale/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Versions')
-rw-r--r--locale/Versions7
1 files changed, 4 insertions, 3 deletions
diff --git a/locale/Versions b/locale/Versions
index 4cf2f585ad..3a69daeee9 100644
--- a/locale/Versions
+++ b/locale/Versions
@@ -50,6 +50,9 @@ libc {
     # the new "experimental" interface is now public
     newlocale; duplocale; freelocale; uselocale;
 
+    # this name is used by libstdc++ as well as libpthread
+    __uselocale;
+
     isalnum_l; isalpha_l; isascii_l; isblank_l; iscntrl_l;
     isdigit_l; isgraph_l; islower_l; isprint_l; ispunct_l;
     isspace_l; isupper_l; iswalnum_l; iswalpha_l; iswblank_l;
@@ -62,13 +65,11 @@ libc {
     wcsncasecmp_l; wcstod_l; wcstof_l; wcstol_l; wcstold_l;
     wcstoll_l; wcstoul_l; wcstoull_l; wcsxfrm_l; wctype_l;
     wctrans_l; nl_langinfo_l;
+
   }
   GLIBC_PRIVATE {
     # global variables
     __collate_element_hash; __collate_element_strings;
     __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
-
-    # this internal name is used by libpthread
-    __uselocale;
   }
 }