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

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

index e23a2915f43161976bb7971d6c87bb4c913f3718..bff4409fe0e05f09ec4ca8e50b0dccc8b3d18a71 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (splice): Update
+       prototype.
+
 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/kernel-features.h: Remove __i386__
index 287dbd56f714751380a8f289c704ada992747929..7c7b7c202782feb0cc7bc21c73c6247e1c7ff89f 100644 (file)
@@ -223,7 +223,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.  */