about summary refs log tree commit diff
path: root/wctype/Versions
blob: 3c24c22570b8796e9240bded23ca156ae7d4df04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
libc {
  GLIBC_2.0 {
    # functions used in inline functions or macros
    __iswctype;

    # i*
    iswalnum; iswalpha; iswcntrl; iswctype; iswdigit; iswgraph; iswlower;
    iswprint; iswpunct; iswspace; iswupper; iswxdigit;

    # t*
    towctrans; towlower; towupper;

    # w*
    wctrans; wctype; wcwidth;
  }
  GLIBC_2.1 {
    # i*
    iswblank;
  }
}