musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/linux/sendfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/sendfile.c')
-rw-r--r--src/linux/sendfile.c 2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/linux/sendfile.c b/src/linux/sendfile.c
index 9afe6dd6..fc1577d3 100644
--- a/src/linux/sendfile.c
+++ b/src/linux/sendfile.c
@@ -5,5 +5,3 @@ ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count)
{
return syscall(SYS_sendfile, out_fd, in_fd, ofs, count);
}
-
-weak_alias(sendfile, sendfile64);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月16日 23:19:56 +0000

AltStyle によって変換されたページ (->オリジナル) /