Pushed to trunk. -- >8 --
libstdc++-v3/ChangeLog: * src/c++17/fs_ops.cc: Fix file name in comment. --- libstdc++-v3/src/c++17/fs_ops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/src/c++17/fs_ops.cc b/libstdc++-v3/src/c++17/fs_ops.cc index 7ffdce67782..9606afa9f1f 100644 --- a/libstdc++-v3/src/c++17/fs_ops.cc +++ b/libstdc++-v3/src/c++17/fs_ops.cc @@ -851,7 +851,7 @@ namespace #endif #ifdef _GLIBCXX_HAVE_SYS_STAT_H -#ifdef NEED_DO_COPY_FILE // Only define this once, not in cow-ops.o too +#ifdef NEED_DO_COPY_FILE // Only define this once, not in cow-fs_ops.o too bool fs::equiv_files([[maybe_unused]] const char_type* p1, const stat_type& st1, [[maybe_unused]] const char_type* p2, const stat_type& st2, -- 2.45.2