summaryrefslogtreecommitdiff
path: root/string/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'string/Versions')
-rw-r--r--string/Versions7
1 files changed, 5 insertions, 2 deletions
diff --git a/string/Versions b/string/Versions
index 32d0123e40..b3fba757c7 100644
--- a/string/Versions
+++ b/string/Versions
@@ -41,8 +41,8 @@ libc {
strsignal; strspn; strstr; strtok; strtok_r; strxfrm; swab;
}
GLIBC_2.1 {
- # functions used in other libraries
- __strcasestr;
+ # functions used in macros and other libraries
+ __rawmemchr; __strcasestr;
# f*
ffsl; ffsll;
@@ -50,6 +50,9 @@ libc {
# m*
mempcpy;
+ # r*
+ rawmemchr;
+
# s*
strcasestr; strverscmp;
}