diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-07-02 21:14:59 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-07-02 21:16:15 -0400 |
commit | 6d9f3667bb9c73b775ded64f8ea43f23b5c2d1af (patch) | |
tree | 283e0baa5277a4b00caa1fcf6b26b2080bab9b0d /bftw.h | |
parent | 8ea91a14b24714517e8aafcd59fd774ed7354ecb (diff) | |
download | bfs-6d9f3667bb9c73b775ded64f8ea43f23b5c2d1af.tar.xz |
stat: Don't try to statx() on architectures without the syscall
Turns out that ia64 and sh4 define all the structures and constants, but
don't actually support the statx() system call itself. So instead of
testing for the constants, just test for the syscall number directly.
Should fix:
https://buildd.debian.org/status/fetch.php?pkg=bfs&arch=ia64&ver=1.2.2-1&stamp=1529917943&raw=0
https://buildd.debian.org/status/fetch.php?pkg=bfs&arch=sh4&ver=1.2.2-1&stamp=1529917893&raw=0
Diffstat (limited to 'bftw.h')
0 files changed, 0 insertions, 0 deletions