mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 04:50:37 -07:00
Update one.cpp
This commit is contained in:
parent
e915d10953
commit
794181d98a
1 changed files with 1 additions and 1 deletions
2
one.cpp
2
one.cpp
|
@ -2088,7 +2088,7 @@ int __cdecl _tmain(int argc, _TCHAR* argv[])
|
||||||
int main(int argc,char **argv)
|
int main(int argc,char **argv)
|
||||||
#endif
|
#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
|
// 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.
|
// shrinks the stack on systems with large defaults to save a bit of memory.
|
||||||
pthread_attr_t tattr;
|
pthread_attr_t tattr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue