diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-01 14:15:39 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-01 14:15:39 +0530 |
commit | e23872c8db1fb26713b9c15b12686ac7a0077576 (patch) | |
tree | a7fa040afb53ba1f5bd98bb33f214aa32e3729b8 /NEWS | |
parent | fd6cdc6da490616f4d381f4d44f03d61f64da2ba (diff) | |
download | glibc-e23872c8db1fb26713b9c15b12686ac7a0077576.tar.gz glibc-e23872c8db1fb26713b9c15b12686ac7a0077576.tar.xz glibc-e23872c8db1fb26713b9c15b12686ac7a0077576.zip |
Set default stack size from program environment
New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index a4c5638e5b..ff34277008 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 |