diff options
author | kkdaemon <kkdaemon@gmail.com> | 2015-11-30 15:14:25 +0300 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2015-12-02 09:49:21 +0100 |
commit | 43994b4e3c86f594eb25a47b87b3d82228dd5746 (patch) | |
tree | a198cecf5d1c52245155d725a5f0b556b06e32dd /docs/src | |
parent | f5796d2fbac47b026e3cc3f2b988a18c1d5b3f21 (diff) | |
download | libuv-43994b4e3c86f594eb25a47b87b3d82228dd5746.tar.gz libuv-43994b4e3c86f594eb25a47b87b3d82228dd5746.zip |
android: support api level less than 21
Remove restriction to Android API level >= 21, now libuv can be used with
Android API level at least 14.
Direct use of getpwuid_r function resulted in linker errors in applications
were built against API level below 21. That function was 'officially'
introduced in Android API level 21, but it exists in libc beginning from API
level at least 14.
So try to get a pointer to getpwuid_r at runtime using dlsym when building
libuv with API level < 21.
PR-URL: https://github.com/libuv/libuv/pull/633
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions