summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-17 18:10:56 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-17 18:10:56 -0800
commit424bea69fb3bcad456162da4a87ff6b558baaa8a (patch)
tree9496eee000a241d977ef8c2ca15f724a82b62fd4 /sysdeps/unix/sysv/linux/sh/bits/fcntl.h
parent8ad81b316bc158746aee18aa7d7df44d3eb61871 (diff)
Change misleading names of parameters of sync_file_range.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/sh/bits/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
index a6db8a86b4..ad2d51b4cb 100644
--- a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h
@@ -237,7 +237,7 @@ extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
/* Selective file content synch'ing. */
-extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to,
+extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
unsigned int __flags);