[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/MUSL PATCH V2 15/28] Avoid multiple definitions by excluding functions related to fcntl
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.fcntl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.uk.musl.fcntl b/Makefile.uk.musl.fcntl index 317174a..b2f8d2b 100644 --- a/Makefile.uk.musl.fcntl +++ b/Makefile.uk.musl.fcntl @@ -1,6 +1,6 @@ -LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/creat.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/fcntl.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/open.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/openat.c -LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/posix_fadvise.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/creat.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/fcntl.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/open.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/openat.c +#LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/posix_fadvise.c LIBMUSL_SRCS-y += $(LIBMUSL)/src/fcntl/posix_fallocate.c _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |