Fix sync_file_range parameter names
Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
4dc21b9db1
commit
015a3d0485
@ -1,3 +1,8 @@
|
|||||||
|
2009-11-23 Matt Turner <mattst88@gmail.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
|
||||||
|
names of parameters of sync_file_range.
|
||||||
|
|
||||||
2009-11-23 Matt Turner <mattst88@gmail.com>
|
2009-11-23 Matt Turner <mattst88@gmail.com>
|
||||||
|
|
||||||
[BZ #10972]
|
[BZ #10972]
|
||||||
|
@ -210,7 +210,7 @@ extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
|
|||||||
|
|
||||||
|
|
||||||
/* Selective file content synch'ing. */
|
/* 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);
|
unsigned int __flags);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user