From: Ulrich Drepper Date: Wed, 30 Aug 2006 15:04:43 +0000 (+0000) Subject: (splice): Add offin and offout arguments to the prototype. X-Git-Tag: glibc-2.16-ports-before-merge~832 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cb4e8082506c176b5d8e2d1c7e7175ff3eaffd;p=thirdparty%2Fglibc.git (splice): Add offin and offout arguments to the prototype. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h index 6084c38c91c..f17dc2bdc11 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h @@ -216,7 +216,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. */