diff --git a/libc/include/pthread.h b/libc/include/pthread.h index 9d99aa168..871c62ce8 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h @@ -74,14 +74,9 @@ enum { #define PTHREAD_BARRIER_SERIAL_THREAD (-1) #endif - #if defined(__LP64__) -#if defined(PAGE_SIZE) #define PTHREAD_STACK_MIN 16384 #else -#define PTHREAD_STACK_MIN 65536 -#endif -#else #define PTHREAD_STACK_MIN 8192 #endif