diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index 97f2eedd79..8f35f207f6 100644 --- a/string/Makefile +++ b/string/Makefile @@ -37,7 +37,8 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ $(addprefix argz-,append count create ctsep next \ delete extract insert stringify \ addsep) \ - envz basename + envz basename \ + strcoll_l strxfrm_l tests := tester testcopy test-ffs tst-strlen stratcliff distribute := memcopy.h pagecopy.h |