Update.
[glibc.git] / locale / Versions
blobfe88a1b389444fe97429773c9b8a0af2e191f22e
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   }
30   GLIBC_2.2 {
31     # The data structure changed.
32     localeconv;
33   }