mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-01 23:54:12 +08:00
mdbx: fix __ANDROID__ typo.
Thank to Howard Chu <hyc@openldap.org>. Change-Id: Ibcbe2e4790a5df5758d9fd6c621793ea42a94682
This commit is contained in:
parent
bfffaa66b8
commit
9ba8434c1d
@ -20,8 +20,8 @@
|
||||
#ifndef MDBX_USE_ROBUST
|
||||
/* Howard Chu: Android currently lacks Robust Mutex support */
|
||||
#if defined(EOWNERDEAD) && \
|
||||
!defined(ANDROID) /* LY: glibc before 2.10 has a troubles with Robust \
|
||||
Mutex too. */ \
|
||||
!defined(__ANDROID__) /* LY: glibc before 2.10 has a troubles \
|
||||
with Robust Mutex too. */ \
|
||||
&& __GLIBC_PREREQ(2, 10)
|
||||
#define MDBX_USE_ROBUST 1
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user