Anders Roxell <anders.roxell@xxxxxxxxxx> wrote: > In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:446, > from ../samples/vfs/test-statx.c:28: > /usr/include/x86_64-linux-gnu/bits/statx.h:25:8: error: redefinition > of ‘struct statx_timestamp’ Yeah - the problem is that statx has now made it into glibc, but the sample program doesn't deal with it turning up in the system headers. I've passed a patch to Al already. David