summaryrefslogtreecommitdiff
path: root/locale/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-27 22:05:50 +0000
committerRoland McGrath <roland@gnu.org>2002-08-27 22:05:50 +0000
commitb08758ca5ce5c877fb0c0cba76e67be439bbbd72 (patch)
tree7cd34328a1fba1284be26efdd311e5811b030f19 /locale/Versions
parent823719149cbda0bf38e2868fc4f80fb7137b9374 (diff)
2002-08-27 Roland McGrath <roland@redhat.com>
* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ... (libc: GLIBC_2.3): ... here.
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;
}
}