Update one.cpp

This commit is contained in:
eventlOwOp 2024-05-10 20:08:35 +08:00 committed by GitHub
parent e915d10953
commit 794181d98a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;