* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update

prototype.
This commit is contained in:
Daniel Jacobowitz 2006-10-31 17:17:46 +00:00
parent d2ff5a57f9
commit a7d03b9189
2 changed files with 7 additions and 1 deletions

View 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

View 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. */