From: Ulrich Drepper Date: Sat, 24 Nov 2007 03:12:25 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/check_native.c: Include . X-Git-Tag: cvs/fedora-glibc-20071212T1051~23 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=715db78bd4108b1bf2683345b9b03f684055f0bd;p=glibc.git * sysdeps/unix/sysv/linux/check_native.c: Include . * nscd/mem.c (gc): Don't allocate arrays on the stack if they can Return zero in case the thread library is not NPTL. --- diff --git a/ChangeLog b/ChangeLog index 9be98ef862..14afc87dff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-23 Ulrich Drepper + + * sysdeps/unix/sysv/linux/check_native.c: Include . + 2007-11-23 Martin Schwidefsky * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers): @@ -22,12 +26,12 @@ [BZ #5382] * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define. * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE. - * nscd/mem.c (gc): Don't allocate arrays on stack if it can + * nscd/mem.c (gc): Don't allocate arrays on the stack if they can overflow it. Partially based on a patch by Petr Baudis . * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread): - Return zero in case thread library is not NPTL. + Return zero in case the thread library is not NPTL. [BZ #5375] * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when diff --git a/sysdeps/unix/sysv/linux/check_native.c b/sysdeps/unix/sysv/linux/check_native.c index 1ae8dbb0b4..6e6624abe1 100644 --- a/sysdeps/unix/sysv/linux/check_native.c +++ b/sysdeps/unix/sysv/linux/check_native.c @@ -29,6 +29,7 @@ #include #include +#include #include #include