From: GNU Libc Maintainers Date: Tue, 4 Sep 2018 19:13:02 +0000 (+0100) Subject: git-libpthread-stacksize X-Git-Tag: archive/raspbian/2.27-6+rpi1^2~86 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe76fe2e03d488e459cd1b5662404f30ddbf4c52;p=glibc.git git-libpthread-stacksize Set the default stack size to 8MiB like on Linux, to avoid surprises with packages which assume the Linuxish default. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-libpthread-stacksize.diff --- diff --git a/libpthread/sysdeps/mach/hurd/pt-sysdep.h b/libpthread/sysdeps/mach/hurd/pt-sysdep.h index 35912a357..e5829978d 100644 --- a/libpthread/sysdeps/mach/hurd/pt-sysdep.h +++ b/libpthread/sysdeps/mach/hurd/pt-sysdep.h @@ -26,7 +26,7 @@ #define _POSIX_THREAD_THREADS_MAX 64 /* The default stack size. */ -#define PTHREAD_STACK_DEFAULT (2 * 1024 * 1024) +#define PTHREAD_STACK_DEFAULT (8 * 1024 * 1024) #define PTHREAD_SYSDEP_MEMBERS \ thread_t kernel_thread; \