1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Add sendmmsg syscall

This commit is contained in:
Ulrich Drepper
2011-05-28 01:43:20 -04:00
parent ce67228d57
commit f1f929d74a
8 changed files with 136 additions and 3 deletions

View File

@ -541,3 +541,8 @@
#if __LINUX_KERNEL_VERSION >= 0x020624
# define __ASSUME_PRLIMIT64 1
#endif
/* sendmmsg is available in 2.6.39. */
#if __LINUX_KERNEL_VERSION >= 0x020627
# define __ASSUME_SENDMMSG 1
#endif