From a7d03b9189c8ed5fefe566f61cec0da6c4ad4276 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 31 Oct 2006 17:17:46 +0000 Subject: [PATCH] * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update prototype. --- ChangeLog.mips | 5 +++++ sysdeps/unix/sysv/linux/mips/bits/fcntl.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.mips b/ChangeLog.mips index 0c9fb72..9c0ccf5 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2006-10-31 Joseph Myers + + * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update + prototype. + 2006-09-22 Richard Sandiford * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h index b6672b7..d40b4b6 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h @@ -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. */ -- 2.7.4