This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
PATCH: Define SOCKOP_sendmmsg
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Cc: Ulrich Drepper <drepper at gmail dot com>
- Date: Sat, 28 May 2011 10:53:52 -0700
- Subject: PATCH: Define SOCKOP_sendmmsg
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
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 */