diff options
author | ryanarn <ryanarn@igoo.rchland.ibm.com> | 2011-07-01 09:42:21 -0500 |
---|---|---|
committer | ryanarn <ryanarn@igoo.rchland.ibm.com> | 2011-07-01 09:42:21 -0500 |
commit | 2c3d9ba9a332cecb009b97ebac5bb78a13118c7c (patch) | |
tree | a89f441e18a7fb84a81b348c164a1b09cda9ce01 /ChangeLog | |
parent | 8ff7fa1ab2f28cde64f5337dc4b6a984c41ced27 (diff) | |
download | glibc-2c3d9ba9a332cecb009b97ebac5bb78a13118c7c.tar.gz glibc-2c3d9ba9a332cecb009b97ebac5bb78a13118c7c.tar.xz glibc-2c3d9ba9a332cecb009b97ebac5bb78a13118c7c.zip |
Remove pthread_attr_setstacksize from __aio_create_helper_thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9ad4d2e1b3..5ec2eb3272 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-06-30 Ryan S. Arnold <rsa@linux.vnet.ibm.com> + + * nptl/sysdeps/unix/sysv/linux/aio_misc.h + (__aio_create_helper_thread): Remove call to + pthread_attr_setstacksize () which set the stacksize to + PTHREAD_STACK_MIN. This is too small if large amounts of TLS are in + use. Removing this call effectively sets stacksize to 'default'. + 2011-03-15 Alan Modra <amodra@gmail.com> * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle |