diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 22:58:17 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 22:58:17 -0500 |
commit | ee9e064083b7199fd2c680fa1b2dcf49ff52fedd (patch) | |
tree | 1fc9728d091a357f22442ec3ba88a005d5a1d431 /nptl/ChangeLog | |
parent | 2c1094bd700e63a8d7f547b3f5495bedb55c0a08 (diff) | |
download | glibc-ee9e064083b7199fd2c680fa1b2dcf49ff52fedd.zip glibc-ee9e064083b7199fd2c680fa1b2dcf49ff52fedd.tar.gz glibc-ee9e064083b7199fd2c680fa1b2dcf49ff52fedd.tar.bz2 |
Use __pthread_get_minstack in more places
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3d697da..e8ff69a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2011-12-22 Ulrich Drepper <drepper@gmail.com> + * sysdeps/pthread/gai_misc.h (__gai_create_helper_thread): Use + __pthread_get_minstack. + * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Likewise. + [BZ #13088] * sysdeps/unix/sysv/linux/timer_routines.c: Get minimum stack size through __pthread_get_minstack. |