diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-19 00:01:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-19 00:01:42 +0000 |
commit | 163288fe2e01f9b68febb184795bf4a1d9776874 (patch) | |
tree | 6029712796be668a9e9226d529ba1f90452c78d7 /ChangeLog | |
parent | 5a6ae8da1d0283a88e85ec5be34ecfb8523393e5 (diff) | |
download | glibc-163288fe2e01f9b68febb184795bf4a1d9776874.tar.gz glibc-163288fe2e01f9b68febb184795bf4a1d9776874.tar.xz glibc-163288fe2e01f9b68febb184795bf4a1d9776874.zip |
Update.
* sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME, determine the canonical name only for the first returned entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a601f02e96..b4b3447185 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-06-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME, + determine the canonical name only for the first returned entry. + * inet/bug-if1.c: New file. * inet/Makefile (tests): Add bug-if1. |