diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-24 02:17:03 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-03 22:58:46 -0500 |
commit | 19f4fc3aee180000fe45952691bbe69dde1d9e95 (patch) | |
tree | 195578ae347797f6aeb66f237aeea7e0eae9847c /include/linux/compat.h | |
parent | 7d197ed4a68e76000070979563051e08bf6fc0aa (diff) |
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 110132527e4c..ad299afcd488 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -670,6 +670,8 @@ asmlinkage ssize_t compat_sys_process_vm_writev(compat_pid_t pid, | |||
670 | 670 | ||
671 | asmlinkage long compat_sys_sendfile(int out_fd, int in_fd, | 671 | asmlinkage long compat_sys_sendfile(int out_fd, int in_fd, |
672 | compat_off_t __user *offset, compat_size_t count); | 672 | compat_off_t __user *offset, compat_size_t count); |
673 | asmlinkage long compat_sys_sendfile64(int out_fd, int in_fd, | ||
674 | compat_loff_t __user *offset, compat_size_t count); | ||
673 | asmlinkage long compat_sys_sigaltstack(const compat_stack_t __user *uss_ptr, | 675 | asmlinkage long compat_sys_sigaltstack(const compat_stack_t __user *uss_ptr, |
674 | compat_stack_t __user *uoss_ptr); | 676 | compat_stack_t __user *uoss_ptr); |
675 | 677 | ||