diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2009-11-19 16:19:20 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2009-11-19 16:19:20 +0000 |
commit | 06a2e98b6bbcea9a31762b7dbb534b0e6b2584b8 (patch) | |
tree | c3cfcff57c42384c2ab8d45c81243c5c40b1ca0c /libc/sysdeps/unix/sysv/linux/ia64 | |
parent | 32e19dcfa79d2446ed03b2c2cf7d1dc7dbf906a9 (diff) | |
download | eglibc2-06a2e98b6bbcea9a31762b7dbb534b0e6b2584b8.tar.gz |
Merge changes between r9280 and r9301 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@9302 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/unix/sysv/linux/ia64')
-rw-r--r-- | libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h b/libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h index 51c5329ac..38da8a8f1 100644 --- a/libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h +++ b/libc/sysdeps/unix/sysv/linux/ia64/bits/fcntl.h @@ -231,7 +231,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); |