summaryrefslogtreecommitdiff
path: root/ctype/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'ctype/Versions')
-rw-r--r--ctype/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctype/Versions b/ctype/Versions
index 56647bd784..6110f848c8 100644
--- a/ctype/Versions
+++ b/ctype/Versions
@@ -1,7 +1,8 @@
libc {
GLIBC_2.0 {
# global variables
- __ctype_b; __ctype_tolower; __ctype_toupper; _tolower; _toupper;
+ __ctype_b; __ctype32_b; __ctype_tolower; __ctype_toupper;
+ _tolower; _toupper;
# i*
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;