diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-18 23:35:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-18 23:35:12 +0000 |
commit | 786dcb6287b61bbd5ebb905cbc5b1496b927d7b8 (patch) | |
tree | 42e8080d0061c074b07d443ca3a28380d3dda47e /ChangeLog | |
parent | 3af48b5b3106e1bb1de4efcabb86cd1fafdff8af (diff) | |
download | glibc-786dcb6287b61bbd5ebb905cbc5b1496b927d7b8.tar.gz glibc-786dcb6287b61bbd5ebb905cbc5b1496b927d7b8.tar.xz glibc-786dcb6287b61bbd5ebb905cbc5b1496b927d7b8.zip |
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop
over gaih array. There is only on function to call in the moment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b03dace8b9..4e25d030c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-18 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop + over gaih array. There is only on function to call in the moment. + 2006-04-16 Ulrich Drepper <drepper@redhat.com> * include/ifaddrs.h: Define struct in6addrinfo. |