summary refs log tree commit diff
path: root/string/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-04 06:07:05 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-04 06:07:05 +0000
commit1d781d86c3c36d1dd363df62009a31ca528270f8 (patch)
tree791c97358335030f387ed1af85169bb51ea5d9f9 /string/Versions
parent8e755477c39f153d3e81a41e10c73975b459d93a (diff)
downloadglibc-1d781d86c3c36d1dd363df62009a31ca528270f8.tar.gz
glibc-1d781d86c3c36d1dd363df62009a31ca528270f8.tar.xz
glibc-1d781d86c3c36d1dd363df62009a31ca528270f8.zip
Export memrchr.
Diffstat (limited to 'string/Versions')
-rw-r--r--string/Versions10
1 files changed, 7 insertions, 3 deletions
diff --git a/string/Versions b/string/Versions
index d324e2e2ab..51041494fb 100644
--- a/string/Versions
+++ b/string/Versions
@@ -59,11 +59,15 @@ libc {
   GLIBC_2.1.1 {
     # extern inline functions used by <bits/string2.h>
     __mempcpy_small; __stpcpy_small; __strcspn_c1; __strcspn_c2; __strcspn_c3;
-    __strcpy_small; __strspn_c1; __strspn_c2; __strspn_c3; __strpbrk_c2; 
-    __strpbrk_c3; __strsep_1c; __strsep_2c; __strsep_3c; __strsep_g; 
-    __strtok_r_1c; 
+    __strcpy_small; __strspn_c1; __strspn_c2; __strspn_c3; __strpbrk_c2;
+    __strpbrk_c3; __strsep_1c; __strsep_2c; __strsep_3c; __strsep_g;
+    __strtok_r_1c;
 
     # s*
     strchrnul; __strverscmp;
   }
+  GLIBC_2.2 {
+    # m*
+    memrchr;
+  }
 }