From: Mihai Pogonaru Date: Sun, 6 Oct 2019 22:56:22 +0000 (+0300) Subject: Add glob.c to source files. X-Git-Tag: RELEASE-0.4~33 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fd4509b794226bc6e23ad0625067a687de01d71a;p=unikraft%2Flibs%2Fnewlib.git Add glob.c to source files. This provides glob and globfree functions needed by Nginx Signed-off-by: Mihai Pogonaru Reviewed-by: Costin Lupu --- diff --git a/Makefile.uk b/Makefile.uk index 95b919a..610f543 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -324,6 +324,7 @@ LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/misc/fini.c LIBNEWLIBC_COLLATE_INCLUDES += -I$(LIBNEWLIB_LIBC)/posix LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/posix/collate.c LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/posix/collcmp.c +LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/posix/glob.c LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/posix/regcomp.c LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/posix/regerror.c LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/posix/regexec.c