From: Jonathan Wakely Date: Wed, 12 Aug 2020 19:42:04 +0000 (+0100) Subject: libstdc++: ChangeLog corrections X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020f4589fa9996a65ffb785f52d27398293043ce;p=thirdparty%2Fgcc.git libstdc++: ChangeLog corrections I got the name of the __stat64 type wrong in r11-2628 and missed the bugzilla PR number in r11-2632. --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b12eb175d4ff..6fb94761ce26 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -104,6 +104,7 @@ 2020-08-10 Jonathan Wakely + PR libstdc++/93904 * include/bits/stl_iterator.h (inserter): Do not deduce iterator type (LWG 561). * testsuite/24_iterators/insert_iterator/dr561.cc: New test. @@ -118,7 +119,7 @@ PR libstdc++/95749 * src/filesystem/ops-common.h [_GLIBCXX_FILESYSTEM_IS_WINDOWS] - (stat_type): Change to __wstat64. + (stat_type): Change to __stat64. (stat): Use _wstat64. 2020-08-07 Jonathan Wakely