sendmmsg requires glibc >= 2.14.
Fixes PR38589.
Differential D51538
Add glibc_prereq to platform limits mmsghdr bcain on Aug 31 2018, 5:47 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions Please upload patches with context, as it makes it easier to review. https://llvm.org/docs/Phabricator.html has instructions on how to do this (search for "context").
|
I think this will break for Android, which doesn't define GLIBC_PREREQ. You need to put this check in with the !defined(__ANDROID__) part.