PATCH: Define SOCKOP_sendmmsg

H.J. Lu hongjiu.lu@intel.com
Mon May 30 14:13:00 GMT 2011


Hi,

This patch is needed to compile for ia32.

H.J.
----
2011-05-28  H.J. Lu  <hongjiu.lu@intel.com>

	* sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): New.

diff --git a/sysdeps/unix/sysv/linux/socketcall.h b/sysdeps/unix/sysv/linux/socketcall.h
index bab4e4a..4fcb6ff 100644
--- a/sysdeps/unix/sysv/linux/socketcall.h
+++ b/sysdeps/unix/sysv/linux/socketcall.h
@@ -45,5 +45,6 @@
 #define SOCKOP_recvmsg		17
 #define SOCKOP_accept4		18
 #define SOCKOP_recvmmsg		19
+#define SOCKOP_sendmmsg		20
 
 #endif /* sys/socketcall.h */



More information about the Libc-alpha mailing list