aboutsummaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-19 19:58:56 +0000
committerPedro Alves <palves@redhat.com>2020-01-20 15:39:33 +0000
commit929b345a6f4e41f48a44ca7e65b5fc03dc934e74 (patch)
treec3c02fbb68b40f7792a95f26a6e21a3cdf89bece /elfcpp
parent36dc9e24472d1a5a3a3e08ecd139afbd3b0cf02b (diff)
downloadfsf-binutils-gdb-users/palves/stat.zip
fsf-binutils-gdb-users/palves/stat.tar.gz
fsf-binutils-gdb-users/palves/stat.tar.bz2
Fix gnulib's lstat replacement in C++ namespace modeusers/palves/stat
Fixes: unittests/string_view-selftests.c: In member function 'gnulib::_gl_lstat_wrapper::operator gnulib::_gl_lstat_wrapper::type() const': unittests/string_view-selftests.c:11432:22: error: expected primary-expression before ';' token return ::rpl_stat; ^ The problem is that the lstat replacement depends on the stat (function) declaration, which is only declared afterwards. The fix is simply to declare lstat after stat.
Diffstat (limited to 'elfcpp')
0 files changed, 0 insertions, 0 deletions