diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2020-11-05 22:00:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 16:00:46 -0500 |
commit | 04b05605d39d69c11b605793eebbde10195b4a23 (patch) | |
tree | 2c3e8514d5f3a89f0245d3054f0887aba5ebf903 /docs/src | |
parent | 5166133e24e120e2a30df71ee112b08f180b3571 (diff) | |
download | libuv-04b05605d39d69c11b605793eebbde10195b4a23.tar.gz libuv-04b05605d39d69c11b605793eebbde10195b4a23.zip |
android: add system call api guards
The seccomp filter with older Android SDKs kills the process when libuv
tries to make system calls it doesn't know about.
This commit adds ifdef guards that stop libuv from making those system
calls with affected SDKs.
Fixes: https://github.com/libuv/libuv/issues/2923
PR-URL: https://github.com/libuv/libuv/pull/3027
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions