From 451f001b50870604e1f2daef12f04f9f460d3997 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Jan 2011 11:28:17 -0500 Subject: Handle long lines in host lookups in the right place. --- nptl/ChangeLog | 5 +++++ nptl/Versions | 1 + 2 files changed, 6 insertions(+) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e3bfd0000b..97400e5b3a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2011-01-13 Ulrich Drepper + + [BZ #10484] + * Versions [libc] (GLIBC_PRIVATE): Export __libc_alloca_cutoff. + 2010-10-13 H.J. Lu [BZ #12113] diff --git a/nptl/Versions b/nptl/Versions index f74941fa92..5a884202f1 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -27,6 +27,7 @@ libc { pthread_cond_broadcast; pthread_cond_timedwait; } GLIBC_PRIVATE { + __libc_alloca_cutoff; # Internal libc interface to libpthread __libc_dl_error_tsd; } -- cgit 1.4.1