diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 23:13:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-27 23:13:21 +0000 |
commit | 01abbc0f7f1e0f88532664ecc3592b30b1c871d0 (patch) | |
tree | b629fc0fcd29ecc60acd1365b7c6ac4b2573d985 /ChangeLog | |
parent | da09af7627661660b947857851f6154d2568f89f (diff) | |
download | glibc-01abbc0f7f1e0f88532664ecc3592b30b1c871d0.zip glibc-01abbc0f7f1e0f88532664ecc3592b30b1c871d0.tar.gz glibc-01abbc0f7f1e0f88532664ecc3592b30b1c871d0.tar.bz2 |
* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
multiple return records but only one address.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-11-27 Ulrich Drepper <drepper@redhat.com> + * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are + multiple return records but only one address. + * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication. 2005-11-27 Roland McGrath <roland@redhat.com> |