Change misleading names of parameters of sync_file_range.

This commit is contained in:
Ulrich Drepper 2009-11-17 18:10:56 -08:00
parent 8ad81b316b
commit 424bea69fb
8 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,14 @@
2009-11-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
of parameters of sync_file_range.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2009-11-16 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -257,7 +257,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);

View File

@ -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);

View File

@ -256,7 +256,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);

View File

@ -251,7 +251,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);