]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/kernel-features.h
Implement recvmmsg also as socketcall
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / kernel-features.h
index 43783c1e26465f3e1665432af76afd7db1a5d59c..b3f2456150d1fd9b898ad13020caafee0659f35e 100644 (file)
 #if __LINUX_KERNEL_VERSION >= 0x020620
 # define __ASSUME_F_GETOWN_EX  1
 #endif
+
+/* Support for the recvmmsg syscall was added in 2.6.33.  */
+#if __LINUX_KERNEL_VERSION >= 0x020621
+# define __ASSUME_RECVMMSG     1
+#endif