[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/MUSL PATCH V2 22/28] Avoid multiple definitions by excluding functions related to stdio



Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>

On 29.01.20 22:18, Gaulthier Gain wrote:
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


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.