[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/MUSL PATCH V2 22/28] Avoid multiple definitions by excluding functions related to stdio
Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx> --- Makefile.uk.musl.stdio | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.uk.musl.stdio b/Makefile.uk.musl.stdio index 149aa91..8a9254e 100644 --- a/Makefile.uk.musl.stdio +++ b/Makefile.uk.musl.stdio @@ -65,9 +65,9 @@ LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/ofl.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/ofl_add.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/open_memstream.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/open_wmemstream.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/pclose.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/pclose.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/perror.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/popen.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/popen.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/printf.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/putc.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/putc_unlocked.c @@ -78,7 +78,7 @@ LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/putw.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/putwc.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/putwchar.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/remove.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/rename.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/rename.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/rewind.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/scanf.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/stdio/setbuf.c -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |