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:
committed by
Ulrich Drepper
parent
f0ccf6ea41
commit
3d04ff3a5d
@@ -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
|
||||
|
Reference in New Issue
Block a user