From: Ulrich Drepper Date: Mon, 4 Oct 1999 06:07:05 +0000 (+0000) Subject: Export memrchr. X-Git-Tag: cvs/pre-glibc-2_1_3~326 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d781d86c3c36d1dd363df62009a31ca528270f8;p=thirdparty%2Fglibc.git Export memrchr. --- diff --git a/string/Versions b/string/Versions index d324e2e2ab5..51041494fbd 100644 --- a/string/Versions +++ b/string/Versions @@ -59,11 +59,15 @@ libc { GLIBC_2.1.1 { # extern inline functions used by __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; + } }