mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Change misleading names of parameters of sync_file_range for MIPS.
This commit is contained in:
parent
0ecde27222
commit
983ee7f269
@ -1,3 +1,8 @@
|
||||
2009-11-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
|
||||
names of parameters of sync_file_range.
|
||||
|
||||
2009-11-17 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #10972]
|
||||
|
@ -250,7 +250,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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user