]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
Add glob.c to source files.
authorMihai Pogonaru <pogonarumihai@gmail.com>
Sun, 6 Oct 2019 22:56:22 +0000 (01:56 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 7 Oct 2019 06:47:23 +0000 (09:47 +0300)
This provides glob and globfree functions needed by Nginx

Signed-off-by: Mihai Pogonaru <pogonarumihai@gmail.com>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
Makefile.uk

index 95b919af8738606a0167e7e311a9416c0666db17..610f5431c805ce68088b63f2cb8c223b5709d52d 100644 (file)
@@ -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