diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 179b1da9e19f..1c457428ec0a 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
| @@ -340,6 +340,19 @@ asmlinkage ssize_t compat_sys_preadv(compat_ulong_t fd, | |||
| 340 | asmlinkage ssize_t compat_sys_pwritev(compat_ulong_t fd, | 340 | asmlinkage ssize_t compat_sys_pwritev(compat_ulong_t fd, |
| 341 | const struct compat_iovec __user *vec, | 341 | const struct compat_iovec __user *vec, |
| 342 | compat_ulong_t vlen, u32 pos_low, u32 pos_high); | 342 | compat_ulong_t vlen, u32 pos_low, u32 pos_high); |
| 343 | |||
| 344 | #ifdef __ARCH_WANT_COMPAT_SYS_PREADV64 | ||
| 345 | asmlinkage long compat_sys_preadv64(unsigned long fd, | ||
| 346 | const struct compat_iovec __user *vec, | ||
| 347 | unsigned long vlen, loff_t pos); | ||
| 348 | #endif | ||
| 349 | |||
| 350 | #ifdef __ARCH_WANT_COMPAT_SYS_PWRITEV64 | ||
| 351 | asmlinkage long compat_sys_pwritev64(unsigned long fd, | ||
| 352 | const struct compat_iovec __user *vec, | ||
| 353 | unsigned long vlen, loff_t pos); | ||
| 354 | #endif | ||
| 355 | |||
| 343 | asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int); | 356 | asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int); |
| 344 | 357 | ||
| 345 | asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv, | 358 | asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv, |
