1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Implement recvmmsg also as socketcall

This commit is contained in:
Andreas Schwab
2010-05-21 12:11:28 -07:00
committed by Ulrich Drepper
parent f0ccf6ea41
commit 3d04ff3a5d
7 changed files with 128 additions and 2 deletions

View File

@@ -525,3 +525,8 @@
#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