X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=d67edf2f0564cd3dc97ad7d2b749589190104336;hp=2348b5daec8993cd3491681634bb1fb371840050;hb=13b3645c46518e0e2fb91f0d665e60f7a8a44b2b;hpb=9ae1cf6d292d8c24ad78d6e220186afc5076d120 diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 2348b5da..d67edf2f 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -27,8 +27,6 @@ struct pthread { uintptr_t canary; pid_t tid, pid; int tsd_used, errno_val, *errno_ptr; - /* All cancellation-related fields must remain together, in order */ - volatile uintptr_t cp_sp, cp_ip; volatile int cancel, canceldisable, cancelasync; unsigned char *map_base; size_t map_size; @@ -112,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