Build rpmatch.c as part of libc

This commit is contained in:
Ariel Abreu 2020-08-02 14:34:46 -04:00
parent 6a70ee5af5
commit a50c703bc2
No known key found for this signature in database
GPG Key ID: ECF8C2B9E8AD3E6B

View File

@ -18,6 +18,7 @@ set(string_sources
set(string_sources ${string_sources}
FreeBSD/memmem.c
FreeBSD/rindex.c
FreeBSD/rpmatch.c
FreeBSD/strcasecmp.c
FreeBSD/strcasestr.c
FreeBSD/strcoll.c