Skip to content

Commit

Permalink
(rfc3484_sort): Make sure that even if qsort doesn't support
Browse files Browse the repository at this point in the history
	stable sorting out sorting here is stable by comparing service_order.
  • Loading branch information
Ulrich Drepper committed Oct 14, 2007
1 parent dfcf64c commit 8d62c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d62c8a

Please sign in to comment.