From: Ulrich Drepper Date: Wed, 3 Apr 2002 06:15:37 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5271dce698d852d127b2fc164ef3a0daddeb413;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index fae9b0201d9..c7ef2ae0ce6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-04-02 Ulrich Drepper + * elf/dl-deps.c (_dl_map_object_deps): The sorting of the + dependencies must be stable to work correctly. + Reported by martin.lubich@datacon.at. + * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush if stream was last used for writing.