Change misleading names of parameters of sync_file_range for M68K.

This commit is contained in:
Joseph Myers 2009-11-18 17:30:48 +00:00
parent 983ee7f269
commit 6add932d90
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-11-18 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Change misleading
names of parameters of sync_file_range.
2009-11-17 Joseph Myers <joseph@codesourcery.com>
[BZ #10972]

View File

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