diff options
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 85a9f21fe11a..b60907e3b0d5 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -23,6 +23,7 @@ struct kexec_segment; | |||
23 | struct linux_dirent; | 23 | struct linux_dirent; |
24 | struct linux_dirent64; | 24 | struct linux_dirent64; |
25 | struct list_head; | 25 | struct list_head; |
26 | struct mmap_arg_struct; | ||
26 | struct msgbuf; | 27 | struct msgbuf; |
27 | struct msghdr; | 28 | struct msghdr; |
28 | struct mmsghdr; | 29 | struct mmsghdr; |
@@ -838,4 +839,6 @@ asmlinkage long sys_perf_event_open( | |||
838 | asmlinkage long sys_mmap_pgoff(unsigned long addr, unsigned long len, | 839 | asmlinkage long sys_mmap_pgoff(unsigned long addr, unsigned long len, |
839 | unsigned long prot, unsigned long flags, | 840 | unsigned long prot, unsigned long flags, |
840 | unsigned long fd, unsigned long pgoff); | 841 | unsigned long fd, unsigned long pgoff); |
842 | asmlinkage long sys_old_mmap(struct mmap_arg_struct __user *arg); | ||
843 | |||
841 | #endif | 844 | #endif |