about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-21 13:06:42 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-21 13:06:42 -0400
commitc5e3c2ae59cc8c5d3ad5e1adfd099c726baad862 (patch)
tree454d8391c6b751ee4ca533d66b81d787a6111a22 /ChangeLog
parentb36b153d5deb8fad8490b2544d416b24c9be922d (diff)
downloadglibc-c5e3c2ae59cc8c5d3ad5e1adfd099c726baad862.tar.gz
glibc-c5e3c2ae59cc8c5d3ad5e1adfd099c726baad862.tar.xz
glibc-c5e3c2ae59cc8c5d3ad5e1adfd099c726baad862.zip
Minor optimization of getaddrinfo after recent patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 270559ee36..19807a9150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
+	branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
+
 	* inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
 
 2011-06-20  David S. Miller  <davem@davemloft.net>