diff options
Diffstat (limited to 'include/linux')
| -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 466d408deefd..ec866c959e7d 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
| @@ -979,6 +979,9 @@ static inline int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, | |||
| 979 | return -EINVAL; | 979 | return -EINVAL; |
| 980 | } | 980 | } |
| 981 | #endif | 981 | #endif |
| 982 | unsigned long ksys_mmap_pgoff(unsigned long addr, unsigned long len, | ||
| 983 | unsigned long prot, unsigned long flags, | ||
| 984 | unsigned long fd, unsigned long pgoff); | ||
| 982 | 985 | ||
| 983 | /* | 986 | /* |
| 984 | * The following kernel syscall equivalents are just wrappers to fs-internal | 987 | * The following kernel syscall equivalents are just wrappers to fs-internal |
