libstdc++: ChangeLog corrections
authorJonathan Wakely <jwakely@redhat.com>
Wed, 12 Aug 2020 19:42:04 +0000 (20:42 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 12 Aug 2020 19:42:04 +0000 (20:42 +0100)
I got the name of the __stat64 type wrong in r11-2628 and missed the
bugzilla PR number in r11-2632.

libstdc++-v3/ChangeLog

index b12eb175d4ff05697f2acc17eeaf98454fa1f2d1..6fb94761ce2681d09ba20ec74ff826cd77938e2e 100644 (file)
 
 2020-08-10  Jonathan Wakely  <jwakely@redhat.com>
 
+       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.
 
        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  <jwakely@redhat.com>