From: Ulrich Drepper Date: Mon, 4 Oct 1999 06:40:34 +0000 (+0000) Subject: (routines): Add memrchr. X-Git-Tag: upstream/2.30~26711 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba60c6d921580bd4b1adf24506bcebfd8efdea34;p=external%2Fglibc.git (routines): Add memrchr. --- diff --git a/string/Makefile b/string/Makefile index cb6475a..d8e6ef7 100644 --- a/string/Makefile +++ b/string/Makefile @@ -39,7 +39,7 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ delete extract insert stringify \ addsep replace) \ envz basename \ - strcoll_l strxfrm_l string-inlines + strcoll_l strxfrm_l string-inlines memrchr tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strlen stratcliff tst-svc tst-inlcall