From 794181d98ad3ced1af2373bc25625a2eedb91043 Mon Sep 17 00:00:00 2001 From: eventlOwOp <34993620+eventlOwOp@users.noreply.github.com> Date: Fri, 10 May 2024 20:08:35 +0800 Subject: [PATCH] Update one.cpp --- one.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;