Update.
[glibc.git] / locale / Versions
blob6e3b16690510cfaa05e939666a627e8fc2c6f3f7
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 used in inline functions or macros
15     __ctype_get_mb_cur_max;
17     # l*
18     localeconv;
20     # n*
21     nl_langinfo;
23     # s*
24     setlocale;
25   }
26   GLIBC_2.1 {
27     # functions from the experimental locale implementation
28     __*_l; __newlocale; __duplocale; __freelocale;
29   }