]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/socket.h
net: Add sendmmsg socket system call
[mirror_ubuntu-artful-kernel.git] / include / linux / socket.h
index edbb1d07ddf433c12f184c622711004153b262d9..4ef98e422fde2c13169b851670dbc9d511e25088 100644 (file)
@@ -88,7 +88,7 @@ struct cmsghdr {
 };
 
 /*
- *     Ancilliary data object information MACROS
+ *     Ancillary data object information MACROS
  *     Table 5-14 of POSIX 1003.1g
  */
 
@@ -333,5 +333,7 @@ struct timespec;
 
 extern int __sys_recvmmsg(int fd, struct mmsghdr __user *mmsg, unsigned int vlen,
                          unsigned int flags, struct timespec *timeout);
+extern int __sys_sendmmsg(int fd, struct mmsghdr __user *mmsg,
+                         unsigned int vlen, unsigned int flags);
 #endif /* not kernel and not glibc */
 #endif /* _LINUX_SOCKET_H */