diff options
Diffstat (limited to 'ctype')
-rw-r--r-- | ctype/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctype/Versions b/ctype/Versions index 6e7ed9b345..56647bd784 100644 --- a/ctype/Versions +++ b/ctype/Versions @@ -1,7 +1,7 @@ libc { GLIBC_2.0 { # global variables - __ctype_b; __ctype_tolower; __ctype_toupper; + __ctype_b; __ctype_tolower; __ctype_toupper; _tolower; _toupper; # i* isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower; |