Update.
[glibc.git] / ctype / Versions
blob56647bd784f85ee98d1c39189329fca6c2e9eeb7
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     __ctype_b; __ctype_tolower; __ctype_toupper; _tolower; _toupper;
6     # i*
7     isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
8     isprint; ispunct; isspace; isupper; isxdigit;
10     # t*
11     toascii; tolower; toupper;
12   }