aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-22 22:58:17 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-22 22:58:17 -0500
commitee9e064083b7199fd2c680fa1b2dcf49ff52fedd (patch)
tree1fc9728d091a357f22442ec3ba88a005d5a1d431 /nptl/ChangeLog
parent2c1094bd700e63a8d7f547b3f5495bedb55c0a08 (diff)
downloadglibc-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/ChangeLog4
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.