aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r--include/linux/syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
index e79e2f3ccc51..bc70c5810fec 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -25,6 +25,7 @@ struct linux_dirent64;
25struct list_head; 25struct list_head;
26struct msgbuf; 26struct msgbuf;
27struct msghdr; 27struct msghdr;
28struct mmsghdr;
28struct msqid_ds; 29struct msqid_ds;
29struct new_utsname; 30struct new_utsname;
30struct nfsctl_arg; 31struct nfsctl_arg;
@@ -628,6 +629,9 @@ asmlinkage long sys_recv(int, void __user *, size_t, unsigned);
628asmlinkage long sys_recvfrom(int, void __user *, size_t, unsigned, 629asmlinkage long sys_recvfrom(int, void __user *, size_t, unsigned,
629 struct sockaddr __user *, int __user *); 630 struct sockaddr __user *, int __user *);
630asmlinkage long sys_recvmsg(int fd, struct msghdr __user *msg, unsigned flags); 631asmlinkage long sys_recvmsg(int fd, struct msghdr __user *msg, unsigned flags);
632asmlinkage long sys_recvmmsg(int fd, struct mmsghdr __user *msg,
633 unsigned int vlen, unsigned flags,
634 struct timespec __user *timeout);
631asmlinkage long sys_socket(int, int, int); 635asmlinkage long sys_socket(int, int, int);
632asmlinkage long sys_socketpair(int, int, int, int __user *); 636asmlinkage long sys_socketpair(int, int, int, int __user *);
633asmlinkage long sys_socketcall(int call, unsigned long __user *args); 637asmlinkage long sys_socketcall(int call, unsigned long __user *args);