Skip to content

Commit 6e01302

Browse files
mogasergiumichpappas
authored andcommitted
Remove sendfile stub
We now have the `sendfile` syscall implemented in the core repository. Therefore remove it from here. Signed-off-by: Sergiu Moga <[email protected]> Approved-by: Michalis Pappas <[email protected]> Reviewed-by: Andrei Tatar <[email protected]> GitHub-Closes: #65
1 parent c140bb3 commit 6e01302

File tree

3 files changed

+0
-62
lines changed

3 files changed

+0
-62
lines changed

Makefile.uk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ LIBLWIP_SRCS-$(CONFIG_LWIP_THREADS) += $(LIBLWIP_BASE)/mailbox.c|unikraft
9494
LIBLWIP_SRCS-$(CONFIG_LWIP_THREADS) += $(LIBLWIP_BASE)/threads.c|unikraft
9595
LIBLWIP_SRCS-y += $(LIBLWIP_BASE)/init.c|unikraft
9696
LIBLWIP_SRCS-y += $(LIBLWIP_BASE)/time.c|unikraft
97-
LIBLWIP_SRCS-y += $(LIBLWIP_BASE)/sendfile.c|unikraft
9897
LIBLWIP_SRCS-$(CONFIG_LWIP_SOCKET) += $(LIBLWIP_BASE)/sockets.c|unikraft
9998
LIBLWIP_SOCKETS_FLAGS-$(call gcc_version_ge,8,0) += -Wno-cast-function-type
10099
LIBLWIP_SRCS-y += $(LIBLWIP_EXTRACTED)/core/init.c

musl-imported/include/sys/sendfile.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

sendfile.c

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)