diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2012-01-08 19:57:22 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 19:57:22 -0500 |
commit | f5420cf0739d8eda529b0b4694826f9ccb828573 (patch) | |
tree | 88c4cf4892b5590f3df7c56e8d27a4072610c1c8 | |
parent | 232872379ee82cd040a52a48cbbae65a249b5765 (diff) | |
download | glibc-f5420cf0739d8eda529b0b4694826f9ccb828573.tar glibc-f5420cf0739d8eda529b0b4694826f9ccb828573.tar.gz glibc-f5420cf0739d8eda529b0b4694826f9ccb828573.tar.bz2 glibc-f5420cf0739d8eda529b0b4694826f9ccb828573.zip |
CL
-rw-r--r-- | nptl/ChangeLog | 6 |
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>. |