blob: 6e7ed9b34541a5e19c69760fb831f121a0721dc5 [file] [log] [blame]
libc {
GLIBC_2.0 {
# global variables
__ctype_b; __ctype_tolower; __ctype_toupper;
# i*
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
isprint; ispunct; isspace; isupper; isxdigit;
# t*
toascii; tolower; toupper;
}
}