Re: [PATCH 34/34] vfs: Add a sample program for the new mount API [ver #12]

From: David Howells
Date: Thu Dec 20 2018 - 11:36:41 EST



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