mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
2002-08-27 Roland McGrath <roland@redhat.com>
* locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ... (libc: GLIBC_2.3): ... here.
This commit is contained in:
parent
823719149c
commit
b08758ca5c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user