diff options
author | Leith Bade <leith@mapbox.com> | 2015-01-30 13:10:47 +1100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2015-02-02 09:39:54 +0100 |
commit | 3e75042a2b582c88c236c0807ac5c8e4623d2395 (patch) | |
tree | a3e15d435e6dcfccdf8429b9fcb8b9d8bd953371 /docs/src/conf.py | |
parent | 5a52cc146e04feb68b9c2cd6bcd17196ce59e16e (diff) | |
download | libuv-3e75042a2b582c88c236c0807ac5c8e4623d2395.tar.gz libuv-3e75042a2b582c88c236c0807ac5c8e4623d2395.zip |
unix: check Android support for pthread_cond_timedwait_monotonic_np
Since API level 21 (Android 5.0) the non-standard pthread function
pthread_cond_timedwait_monotonic_np has been removed in favour of
the standard pthread_cond_timedwait which libuv normally uses on
Linux.
This commit changes the detection of the Android OS to account for
the removal of the function via the #define
HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC which is only present in older
API levels.
Fixes: https://github.com/libuv/libuv/issues/172
PR-URL: https://github.com/libuv/libuv/pull/176
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src/conf.py')
0 files changed, 0 insertions, 0 deletions