Fix sync_file_range parameter names
authorMatt Turner <mattst88@gmail.com>
Mon, 23 Nov 2009 19:47:54 +0000 (14:47 -0500)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 6 Dec 2009 18:24:00 +0000 (18:24 +0000)
Signed-off-by: Matt Turner <mattst88@gmail.com>
ChangeLog.alpha
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h

index 7f54373..a21c8b4 100644 (file)
@@ -1,5 +1,10 @@
 2009-11-23  Matt Turner  <mattst88@gmail.com>
 
+       * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
+       names of parameters of sync_file_range.
+
+2009-11-23  Matt Turner  <mattst88@gmail.com>
+
        [BZ #10972]
        * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
        constants from recent kernels.
index 710bace..1e71643 100644 (file)
@@ -210,7 +210,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);