1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

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