about summary refs log tree commit diff
path: root/ctype/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'ctype/Versions')
-rw-r--r--ctype/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctype/Versions b/ctype/Versions
index 6110f848c8..68df144f6d 100644
--- a/ctype/Versions
+++ b/ctype/Versions
@@ -11,4 +11,8 @@ libc {
     # t*
     toascii; tolower; toupper;
   }
+  GLIBC_2.2 {
+    # global variables
+    __ctype32_tolower; __ctype32_toupper;
+  }
 }