]> xenbits.xensource.com Git - unikraft/libs/musl.git/commitdiff
Avoid multiple definitions by excluding functions related to fcntl
authorGaulthier Gain <gaulthier.gain@uliege.be>
Wed, 29 Jan 2020 21:18:38 +0000 (22:18 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 30 Jan 2020 20:55:57 +0000 (21:55 +0100)
Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Makefile.uk.musl.fcntl

index 317174afb8171d27e3e5ef37a41515953d631bdc..b2f8d2b8096378adaaf45ce96aaa61d127021aa9 100644 (file)
@@ -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