diff options
Diffstat (limited to 'string/Versions')
-rw-r--r-- | string/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/string/Versions b/string/Versions index 48562e9e4c..d324e2e2ab 100644 --- a/string/Versions +++ b/string/Versions @@ -57,6 +57,12 @@ libc { strcasestr; strverscmp; } 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; + # s* strchrnul; __strverscmp; } |