about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2012-01-08 19:57:22 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 19:57:22 -0500
commitf5420cf0739d8eda529b0b4694826f9ccb828573 (patch)
tree88c4cf4892b5590f3df7c56e8d27a4072610c1c8 /nptl
parent232872379ee82cd040a52a48cbbae65a249b5765 (diff)
downloadglibc-f5420cf0739d8eda529b0b4694826f9ccb828573.tar.gz
glibc-f5420cf0739d8eda529b0b4694826f9ccb828573.tar.xz
glibc-f5420cf0739d8eda529b0b4694826f9ccb828573.zip
CL
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c7d280720c..94ff351faf 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+	* sysdeps/unix/sysv/linux/aio_misc.h (__aio_create_helper_thread):
+	Call pthread_attr_setstacksize() with result of
+	__pthread_get_minstack() to account for application TLS usage.
+
 2012-01-08  Marek Polacek  <polacek@redhat.com>
 
 	* sysdeps/unix/sysv/linux/mq_notify.c: Include <nptl/pthreadP.h>.