summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sync_file_range.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sync_file_range.c')
-rw-r--r--libc/sysdeps/linux/common/sync_file_range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sync_file_range.c b/libc/sysdeps/linux/common/sync_file_range.c
index 53f7ae6a1..90a8edd3c 100644
--- a/libc/sysdeps/linux/common/sync_file_range.c
+++ b/libc/sysdeps/linux/common/sync_file_range.c
@@ -24,7 +24,7 @@ int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags)
flags);
}
#elif defined __UCLIBC_HAS_STUBS__
-int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags)
+int sync_file_range(int fd, __off64_t offset, __off64_t nbytes, unsigned int flags)
{
__set_errno(ENOSYS);
return -1;