diff options
author | David Woodhouse <dwmw2@shinybook.infradead.org> | 2006-04-28 20:42:26 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-04-28 20:42:26 -0400 |
commit | d6754b401a15eaa16492ea5dbaa4826361d3f411 (patch) | |
tree | 032f067d3af458527d903a7653885404ed82431e /include/linux/syscalls.h | |
parent | acc429a517bd11fdcac9bea97d082d26231beb92 (diff) | |
parent | 693f7d362055261882659475d2ef022e32edbff1 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 3bdc1970f8bd..70c64dbe4b8a 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -573,6 +573,9 @@ asmlinkage long sys_splice(int fd_in, loff_t __user *off_in, | |||
573 | int fd_out, loff_t __user *off_out, | 573 | int fd_out, loff_t __user *off_out, |
574 | size_t len, unsigned int flags); | 574 | size_t len, unsigned int flags); |
575 | 575 | ||
576 | asmlinkage long sys_vmsplice(int fd, const struct iovec __user *iov, | ||
577 | unsigned long nr_segs, unsigned int flags); | ||
578 | |||
576 | asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags); | 579 | asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags); |
577 | 580 | ||
578 | asmlinkage long sys_sync_file_range(int fd, loff_t offset, loff_t nbytes, | 581 | asmlinkage long sys_sync_file_range(int fd, loff_t offset, loff_t nbytes, |