diff --git a/one.cpp b/one.cpp index 2e4e63847..8c9557978 100644 --- a/one.cpp +++ b/one.cpp @@ -2088,7 +2088,7 @@ int __cdecl _tmain(int argc, _TCHAR* argv[]) int main(int argc,char **argv) #endif { -#if defined(__LINUX__) && ( (!defined(__GLIBC__)) || ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 18)) ) +#if defined(__LINUX__) && ( (!defined(__GLIBC__)) || ((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 18)) ) && (!defined(__ANDROID__)) // This corrects for systems with abnormally small defaults (musl) and also // shrinks the stack on systems with large defaults to save a bit of memory. pthread_attr_t tattr;