2.9
[glibc/nacl-glibc.git] / wctype / Versions
blob9b4fc57b1b4da199165bd0f1a0561665018ed8cb
1 libc {
2   GLIBC_2.0 {
3     # functions used in inline functions or macros
4     __iswctype;
6     # i*
7     iswalnum; iswalpha; iswcntrl; iswctype; iswdigit; iswgraph; iswlower;
8     iswprint; iswpunct; iswspace; iswupper; iswxdigit;
10     # t*
11     towctrans; towlower; towupper;
13     # w*
14     wctrans; wctype; wcwidth;
15   }
16   GLIBC_2.1 {
17     # functions used in inline functions or macros
18     __towctrans;
20     # i*
21     iswblank;
22   }