]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix build for targets without lstat [PR 94681]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Aug 2020 17:58:14 +0000 (18:58 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 21 Sep 2020 22:36:24 +0000 (23:36 +0100)
commiteef40b0037b90ff117322423fc297dc528285524
tree9fef2816cac9a965067d0206472f84bd0436319d
parent4e00119c780f9bcd33181db4580754522f64c60e
libstdc++: Fix build for targets without lstat [PR 94681]

libstdc++-v3/ChangeLog:

PR libstdc++/94681
* src/c++17/fs_ops.cc (read_symlink): Use posix::lstat instead
of calling ::lstat directly.
* src/filesystem/ops.cc (read_symlink): Likewise.

(cherry picked from commit 5b065f0563262a0d6cd1fea8426913bfdd841301)
libstdc++-v3/src/c++17/fs_ops.cc
libstdc++-v3/src/filesystem/ops.cc
This page took 0.059615 seconds and 5 git commands to generate.