From: Ulrich Drepper Date: Wed, 23 Apr 2003 17:21:02 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~839 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=370b4d44dc9f8c29f842d1799cc096825bcc1ed7;p=thirdparty%2Fglibc.git Update. * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE, not rc == errno. Use extend_alloca. --- diff --git a/ChangeLog b/ChangeLog index 769a54a6284..d64c21bebec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-04-23 Jakub Jelinek + * sysdeps/posix/getaddrinfo.c (gaih_inet): Check for rc == ERANGE, + not rc == errno. Use extend_alloca. + * elf/tst-tls12.c (main): Fix declaration. * elf/tst-tls10.c (dummy): Make hidden instead of static. * elf/tst-tlsmod7.c (dummy): Likewise.