]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ctype/Versions
Add per-thread cache to malloc
[thirdparty/glibc.git] / ctype / Versions
index f77b5be5b39bb94921d8037bf69c616a5b49ff7c..84f1e2c7cb21491a998ef4bea5970b5fdfb93b9f 100644 (file)
@@ -17,5 +17,11 @@ libc {
   }
   GLIBC_2.3 {
     isctype; __isctype;
+
+    # functions used by optimized macros in ctype.h
+    __ctype_b_loc; __ctype_tolower_loc; __ctype_toupper_loc;
+  }
+  GLIBC_PRIVATE {
+    __ctype_init;
   }
 }