diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 22:43:39 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 22:43:39 -0500 |
commit | 2c1094bd700e63a8d7f547b3f5495bedb55c0a08 (patch) | |
tree | bf579617e656820ae621652a6fa5219cdfc897d3 /nptl/ChangeLog | |
parent | 3b8dfc621bfd320c924a3cd597086d3473da1cf4 (diff) | |
download | glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.tar glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.tar.gz glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.tar.bz2 glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.zip |
Create internal threads with sufficient stack size
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 31177bf17c..3d697da95f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2011-12-22 Ulrich Drepper <drepper@gmail.com> + + [BZ #13088] + * sysdeps/unix/sysv/linux/timer_routines.c: Get minimum stack size + through __pthread_get_minstack. + * nptl-init.c (__pthread_initialize_minimal_internal): Get page size + directly from _rtld_global_ro. + (__pthread_get_minstack): New function. + * pthreadP.h: Declare __pthread_get_minstack. + * Versions (libpthread) [GLIBC_PRIVATE]: Add __pthread_get_minstack. + 2011-12-21 Ulrich Drepper <drepper@gmail.com> [BZ #13515] |