summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Metcalf2011-06-28 01:18:07 +0200
committerLinus Torvalds2011-06-28 03:00:13 +0200
commit507c5f1224014f9956e604ee8703b3bbea7da4a4 (patch)
tree8af568077785c6159d5698741215b282788d661c /include
parentromfs: fix romfs_get_unmapped_area() argument check (diff)
downloadkernel-qcow2-linux-507c5f1224014f9956e604ee8703b3bbea7da4a4.tar.gz
kernel-qcow2-linux-507c5f1224014f9956e604ee8703b3bbea7da4a4.tar.xz
kernel-qcow2-linux-507c5f1224014f9956e604ee8703b3bbea7da4a4.zip
include/linux/compat.h: declare compat_sys_sendmmsg()
This is required for tilegx to be able to use the compat unistd.h header where compat_sys_sendmmsg() is now mentioned. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index ddcb7db38e67..846bb1792572 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -467,6 +467,8 @@ asmlinkage long compat_sys_setsockopt(int fd, int level, int optname,
char __user *optval, unsigned int optlen);
asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
unsigned flags);
+asmlinkage long compat_sys_sendmmsg(int fd, struct compat_mmsghdr __user *mmsg,
+ unsigned vlen, unsigned int flags);
asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
unsigned int flags);
asmlinkage long compat_sys_recv(int fd, void __user *buf, size_t len,