]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 31 Oct 2006 17:17:46 +0000 (17:17 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 31 Oct 2006 17:17:46 +0000 (17:17 +0000)
prototype.

ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index 0c9fb72c12df2f0569b67a105233bc6797489e43..9c0ccf5480e7ba9f51713b7ffae01fc092a4aedb 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
+       prototype.
+
 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
index b6672b7514499cf99ef43d1ffd897516e36934c0..d40b4b6386bdc6f702d8211e72968ecc04206daf 100644 (file)
@@ -237,7 +237,8 @@ extern int vmsplice (int __fdout, const struct iovec *__iov, size_t __count,
                     unsigned int __flags);
 
 /* Splice two files together.  */
-extern int splice (int __fdin, int __fdout, size_t __len, unsigned int __flags)
+extern int splice (int __fdin, __off64_t *__offin, int __fdout,
+                  __off64_t *__offout, size_t __len, unsigned int __flags)
     __THROW;
 
 /* In-kernel implementation of tee for pipe buffers.  */