X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;fp=src%2Finternal%2Fpthread_impl.h;h=d67edf2f0564cd3dc97ad7d2b749589190104336;hp=01e6e5a0ba448c2c968b9da6b7fad44a804370c3;hb=13b3645c46518e0e2fb91f0d665e60f7a8a44b2b;hpb=40bd1726b6aa93a8311a77a1fec6da0fe0489fd0 diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 01e6e5a0..d67edf2f 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -110,7 +110,7 @@ void __wake(volatile int *, int, int); void __synccall_lock(); void __synccall_unlock(); -#define DEFAULT_STACK_SIZE (16384-PAGE_SIZE) +#define DEFAULT_STACK_SIZE 81920 #define DEFAULT_GUARD_SIZE PAGE_SIZE #endif