]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Change misleading names of parameters of sync_file_range for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 18 Nov 2009 17:11:34 +0000 (17:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 18 Nov 2009 17:11:34 +0000 (17:11 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index f455724170b762a63b2cd2c2c54042edd5e12331..88506b2bacfe7b77405e28f0710c081137badb2a 100644 (file)
@@ -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]
index 6fa74dd840209606b57688295f76e219d2ff60d2..43bc86def55ae56202b2e8ff3bae1ef71303c76c 100644 (file)
@@ -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);