Update.
[glibc.git] / intl / Versions
blobc784f67a66109731e4617b0b3ad5ca00bb6b6065
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     _nl_msg_cat_cntr; _nl_default_dirname; _nl_domain_bindings;
6     # functions used in inline functions or macros
7     __dcgettext;
9     # functions used in other libraries
10     __dgettext;
12     # b*
13     bindtextdomain;
15     # d*
16     dcgettext; dgettext; gettext;
18     # t*
19     textdomain;
20   }
21   GLIBC_2.2 {
22     # functions used in inline functions or macros
23     __dcngettext;
25     # d*
26     dcngettext; dngettext;
28     # n*
29     ngettext;
30   }