summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-29 23:47:07 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-29 23:47:07 +0000
commitbfbbc63f04a597d8ae35687a6cdae07f02bcf5dc (patch)
treea4212d337e6b77f4aa0bdb1ee7cd67d3a1e56168 /ChangeLog
parent5703f4727380ca751da51a94664689b5e97dc89f (diff)
* sysdeps/posix/getaddrinfo.c (gaih_inet): When the
gethostbyname4_r function call succeeded, just leave the loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22d8804e41..687d58b7f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-12-29 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
+ gethostbyname4_r function call succeeded, just leave the loop.
+
[BZ #9694]
* wcsmbs/wchar.h: Move undefs for local __need_* constants to the
very end.