diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2019-04-22 15:50:34 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2019-04-23 10:45:28 +0200 |
commit | ab5859129b2c1da33815673862d39ee6105f6437 (patch) | |
tree | 3bfc49dc540ec3f5c0d08b49461a7b0913419c00 /docs/src | |
parent | 37042a5bca8b392f71d7da6e01457ece5a148e99 (diff) | |
download | libuv-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