about summary refs log tree commit diff
path: root/sysdeps/i386/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/Versions')
-rw-r--r--sysdeps/i386/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/i386/Versions b/sysdeps/i386/Versions
index a45b00d1e0..57951ebdf6 100644
--- a/sysdeps/i386/Versions
+++ b/sysdeps/i386/Versions
@@ -7,4 +7,9 @@ libc {
     # global variable
     _fp_hw;
   }
+  GLIBC_2.1.1 {
+    # extern inline functions used by <bits/string.h>
+    __memcpy_c; __memset_cc; __memset_cg; __memset_gg; __strchr_c; __strchr_g;
+    __strchrnul_c; __strchrnul_g;
+  }
 }