Import strsep() from musl libc

This commit is contained in:
sin
2015-01-25 17:48:11 +00:00
parent b98bf41ecc
commit bc9c752df5
3 changed files with 42 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ LIBUTILSRC =\
libutil/sha512.c\
libutil/strcasestr.c\
libutil/strlcat.c\
libutil/strlcpy.c
libutil/strlcpy.c\
libutil/strsep.c
LIB = $(LIBUTF) $(LIBUTIL)