libstdc++: Use _wstat64 for Windows [PR 95749]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Aug 2020 10:10:26 +0000 (11:10 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 10 Aug 2020 10:10:26 +0000 (11:10 +0100)
commit9939be5758b52ed2fe1a7e56b94ce6d0f4d81580
tree1d2f145d7cd46dd2e2824169fa20058f7b042e3d
parent527bf3bc8db6b6a1c075b0579deea156a55d49b6
libstdc++: Use _wstat64 for Windows [PR 95749]

In order to handle large files on Windows we need to use stat API with
64-bit st_sioze member.

libstdc++-v3/ChangeLog:

PR libstdc++/95749
* src/filesystem/ops-common.h [_GLIBCXX_FILESYSTEM_IS_WINDOWS]
(stat_type): Change to __wstat64.
(stat): Use _wstat64.
libstdc++-v3/src/filesystem/ops-common.h