diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-14 23:08:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-14 23:08:43 +0000 |
commit | 8d62c8ab01941113060039be65ff0b506f0194a2 (patch) | |
tree | 2b68a44e5d821b0f0ba70c9e7849c11ac7401894 | |
parent | dfcf64cedb4c9baf1657e2bade801b71e6c9a6a2 (diff) | |
download | glibc-8d62c8ab01941113060039be65ff0b506f0194a2.zip glibc-8d62c8ab01941113060039be65ff0b506f0194a2.tar.gz glibc-8d62c8ab01941113060039be65ff0b506f0194a2.tar.bz2 |
(rfc3484_sort): Make sure that even if qsort doesn't support
stable sorting out sorting here is stable by comparing service_order.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ * sysdeps/posix/getaddrinfo.c (struct sort_result): Add service_order. - (rfc3484_sort): Make sure that even of qsort doesn't support - stable sorting it is stable by comparing service_order. + (rfc3484_sort): Make sure that even if qsort doesn't support + stable sorting out sorting here is stable by comparing service_order. (getaddrinfo): Initialize service_order. * posix/tst-rfc3484.c (do_test): Adjust for addition of service_order field to sorting structure. |