diff options
author | Pedro Alves <palves@redhat.com> | 2020-01-19 19:58:56 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-01-20 15:39:33 +0000 |
commit | 929b345a6f4e41f48a44ca7e65b5fc03dc934e74 (patch) | |
tree | c3c02fbb68b40f7792a95f26a6e21a3cdf89bece /gas | |
parent | 36dc9e24472d1a5a3a3e08ecd139afbd3b0cf02b (diff) | |
download | fsf-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 'gas')
0 files changed, 0 insertions, 0 deletions