aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-04-22 15:50:34 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2019-04-23 10:45:28 +0200
commitab5859129b2c1da33815673862d39ee6105f6437 (patch)
tree3bfc49dc540ec3f5c0d08b49461a7b0913419c00 /docs/src
parent37042a5bca8b392f71d7da6e01457ece5a148e99 (diff)
downloadlibuv-ab5859129b2c1da33815673862d39ee6105f6437.tar.gz
libuv-ab5859129b2c1da33815673862d39ee6105f6437.zip
linux: use O_CLOEXEC instead of EPOLL_CLOEXEC
It was reported that EPOLL_CLOEXEC is not defined on Android API < 21, a.k.a. Lollipop. Since EPOLL_CLOEXEC is an alias for O_CLOEXEC on all architectures, we just use that instead. Fixes: https://github.com/libuv/libuv/issues/2167 PR-URL: https://github.com/libuv/libuv/pull/2272 Refs: https://github.com/libuv/libuv/pull/2216 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions