libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 10 Feb 2021 16:51:34 +0000 (16:51 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 12 Feb 2021 15:30:35 +0000 (15:30 +0000)
commitb7210405ed8eb5fd723b2c99960dcc5f0aec89b4
tree9737cfe2a670a9d449e5847517d8e0133fea07fb
parent1dfd95f0a0ca1d9e6cbc00e6cbfd1fa20a98f312
libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]

I forgot that the workaround is present in both filesystem::status and
filesystem::symlink_status. This restores it in the latter.

libstdc++-v3/ChangeLog:

PR libstdc++/88881
* src/c++17/fs_ops.cc (fs::symlink_status): Re-enable workaround.
libstdc++-v3/src/c++17/fs_ops.cc