aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2020-07-27 12:16:30 +0200
committercjihrig <cjihrig@gmail.com>2020-09-20 12:22:33 -0400
commit05d4383daa0040165a7c93db7f59527e3c06bb21 (patch)
tree19c77bfc16ad97d6fc89e85bd525d77ced3c5fd0 /docs/src
parenta7b3b0d0e7cdf8a67ca5e0c15b896aee5ead197a (diff)
downloadlibuv-05d4383daa0040165a7c93db7f59527e3c06bb21.tar.gz
libuv-05d4383daa0040165a7c93db7f59527e3c06bb21.zip
linux: fix i386 sendmmsg/recvmmsg support
Android/i386 doesn't have separate sendmmsg/recvmmsg system calls, they're multiplexed through the socketcall system call. (More precisely, the system calls may be present but the standard seccomp filter rejects them, whereas socketcall is whitelisted.) This commit removes the flags and timeout arguments from libuv's internal system call wrappers because they're always zero and it makes EINVAL/ENOSYS detection after a failed socketcall() easier. Fixes: https://github.com/libuv/libuv/issues/2923 PR-URL: https://github.com/libuv/libuv/pull/2925 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions