From b08758ca5ce5c877fb0c0cba76e67be439bbbd72 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 27 Aug 2002 22:05:50 +0000 Subject: 2002-08-27 Roland McGrath * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ... (libc: GLIBC_2.3): ... here. --- locale/Versions | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'locale') 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; } } -- cgit 1.4.1