diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-19 22:56:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-19 22:56:27 +0000 |
commit | a24c5ac46258a0fff7a00c501440ba49381a2338 (patch) | |
tree | cbbb607ea261352372b3c114e820b21a5c39cac5 /ChangeLog | |
parent | afd7b703335c65d616b6198c1aa407cfbba5edea (diff) | |
download | glibc-a24c5ac46258a0fff7a00c501440ba49381a2338.zip glibc-a24c5ac46258a0fff7a00c501440ba49381a2338.tar.gz glibc-a24c5ac46258a0fff7a00c501440ba49381a2338.tar.bz2 |
Update.
* sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
list generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-08-19 Ulrich Drepper <drepper@redhat.com> + * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in + list generation. + * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use getcanonname_r function if AI_CANONNAME flag is not set in request. |