diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-04 06:40:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-04 06:40:34 +0000 |
commit | ba60c6d921580bd4b1adf24506bcebfd8efdea34 (patch) | |
tree | 5c1299545452c51050607ec2c8b34a631c903429 /string/Makefile | |
parent | 53304b0b1486dc537cdb944bf5b7ae6f6416294c (diff) | |
download | glibc-ba60c6d921580bd4b1adf24506bcebfd8efdea34.tar.gz glibc-ba60c6d921580bd4b1adf24506bcebfd8efdea34.tar.xz glibc-ba60c6d921580bd4b1adf24506bcebfd8efdea34.zip |
(routines): Add memrchr.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index cb6475a1fe..d8e6ef714a 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 |