glibc/locale/Versions
Ulrich Drepper 83ce8c1485 Update.
* locale/Versions: Make experimental locale interface available in
	GLIBC_2.1.
1998-12-05 17:25:56 +00:00

31 lines
611 B
Plaintext

libBrokenLocale {
GLIBC_2.0 {
__ctype_get_mb_cur_max;
}
}
libc {
GLIBC_2.0 {
# global variables
__collate_element_hash; __collate_element_strings;
__collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
_libc_intl_domainname; _nl_current_LC_COLLATE; _nl_current_LC_CTYPE;
# functions used in inline functions or macros
__ctype_get_mb_cur_max;
# l*
localeconv;
# n*
nl_langinfo;
# s*
setlocale;
}
GLIBC_2.1 {
# functions from the experimental locale implementation
__*_l; __newlocale; __duplocale; __freelocale;
}
}