From bda2d7e868b4fe7c098484aea1d0105a55b75fcf Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 30 Jan 2006 15:18:45 +0000 Subject: another attempt to fix sendfile64 --- libc/sysdeps/linux/common/sendfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/sendfile.c') diff --git a/libc/sysdeps/linux/common/sendfile.c b/libc/sysdeps/linux/common/sendfile.c index fe0629ca3..3439baba8 100644 --- a/libc/sysdeps/linux/common/sendfile.c +++ b/libc/sysdeps/linux/common/sendfile.c @@ -15,6 +15,7 @@ _syscall4(ssize_t, sendfile, int, out_fd, int, in_fd, __off_t *, offset, size_t, count); #if ! defined __NR_sendfile64 && defined __UCLIBC_HAS_LFS__ +#undef sendfile64 extern __typeof(sendfile) sendfile64; libc_hidden_proto(sendfile64) strong_alias(sendfile,sendfile64) -- cgit v1.2.3