diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-14 22:29:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-14 22:29:08 +0000 |
commit | a94673e616869418694e8549e01d7c952f828c99 (patch) | |
tree | c8ca78c22062eab9b3621a9f6f4186c8d37ea6d3 | |
parent | c9eb73d902993446cdacd200cd11427a861c06ce (diff) | |
download | glibc-a94673e616869418694e8549e01d7c952f828c99.tar.gz glibc-a94673e616869418694e8549e01d7c952f828c99.tar.xz glibc-a94673e616869418694e8549e01d7c952f828c99.zip |
* posix/tst-rfc3484.c (do_test): Adjust for addition of
service_order field to sorting structure.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 16d3a2e3b4..8365679d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ (rfc3484_sort): Make sure that even of qsort doesn't support stable sorting it 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. * include/time.h: Declare __tzset_parse_tz and __tzset_compute. * time/tzset.c (tzset_internal): Break TZ string parsing out into |