diff options
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 ebdaad85ba..d0e3c8e83b 100644 --- a/string/Makefile +++ b/string/Makefile @@ -34,7 +34,7 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ mempcpy bcopy bzero ffs ffsll stpcpy stpncpy \ strcasecmp strncase strcasecmp_l strncase_l \ memccpy memcpy wordcopy strsep strcasestr \ - swab strfry memfrob memmem rawmemchr \ + swab strfry memfrob memmem rawmemchr strchrnul \ $(addprefix argz-,append count create ctsep next \ delete extract insert stringify \ addsep replace) \ |