[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/NEWLIB PATCH 1/2] Add sys section in Makefile.uk
This patch adds sysconf function which is required by SQLITE. Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx> --- Makefile.uk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.uk b/Makefile.uk index 9eb1f03..47d1b3a 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -792,6 +792,11 @@ LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/string/wcsdup.c LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/string/wcscasecmp.c ################################################################################ +# Newlib/libc code -- sys +################################################################################ +LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/sys/linux/sysconf.c + +################################################################################ # Newlib/libc code -- syscalls ################################################################################ #LIBNEWLIBC_SRCS-y += $(LIBNEWLIB_LIBC)/syscalls/sysfcntl.c -- 2.11.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |