On 05/03/2020 16:21, Kamil Dudka wrote: > While trying to build coreutils-8.32 for Fedora on aarch64, I got the following > compilation failure: > > ../src/ls.c: In function 'print_dir': > ../src/ls.c:3026:24: error: 'SYS_getdents' undeclared (first use in this function); did you mean 'SYS_getdents64'? > 3026 | if (syscall (SYS_getdents, dirfd (dirp), NULL, 0) == -1 > | ^~~~~~~~~~~~ > | SYS_getdents64 > ../src/ls.c:3026:24: note: each undeclared identifier is reported only once for each function it appears in > > > Sorry for reporting it late. I tried to build 8.31.90-cc4c and 8.31.99-f2034 > in Fedora copr but forgot to enable aarch64, so these builds succeeded :-/ Ah well. Does the attached address this for you.