Update.
[glibc.git] / locale / Versions
blobbccb3cbb9dd9205c35ede139d327588b94d879b3
1 libBrokenLocale {
2   GLIBC_2.0 {
3     __ctype_get_mb_cur_max;
4   }
7 libc {
8   GLIBC_2.0 {
9     # global variables
10     __collate_element_hash; __collate_element_strings;
11     __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
12     _libc_intl_domainname; _nl_current_LC_COLLATE; _nl_current_LC_CTYPE;
14     # functions from the experimental locale implementation
15     __*_l; __newlocale; __duplocale; __freelocale;
17     # functions used in inline functions or macros
18     __ctype_get_mb_cur_max;
20     # l*
21     localeconv;
23     # n*
24     nl_langinfo;
26     # s*
27     setlocale;
28   }