Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Chris Metcalf and committed by
Linus Torvalds
507c5f12 2b4b2482

+2
+2
include/linux/compat.h
··· 467 467 char __user *optval, unsigned int optlen); 468 468 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg, 469 469 unsigned flags); 470 + asmlinkage long compat_sys_sendmmsg(int fd, struct compat_mmsghdr __user *mmsg, 471 + unsigned vlen, unsigned int flags); 470 472 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg, 471 473 unsigned int flags); 472 474 asmlinkage long compat_sys_recv(int fd, void __user *buf, size_t len,