From e23872c8db1fb26713b9c15b12686ac7a0077576 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 1 Mar 2013 14:15:39 +0530 Subject: Set default stack size from program environment New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a4c5638..ff34277 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,10 @@ Version 2.18 and program exit. This needs compiler support for offloading C++11 destructor calls to glibc. +* Add support for setting thread stack sizes from the program environment, + independently of the process stack size using the + GLIBC_PTHREAD_DEFAULT_STACKSIZE environment variable. + Version 2.17 -- cgit v1.1