fcntl.h: add AT_STATX_ statx sync flag definitions
commitcc1a53515b0058d1afe60a5a41daa047b745b896
authorSzabolcs Nagy <nsz@port70.net>
Mon, 12 Aug 2019 18:21:47 +0000 (12 18:21 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 11 Sep 2019 14:40:11 +0000 (11 10:40 -0400)
tree4c6ecc6867009bd392285ba8586e30ec061745ef
parent1e22eb2e8f6e778c72655e420c7fb4acf8170f49
fcntl.h: add AT_STATX_ statx sync flag definitions

see

  linux commit a528d35e8bfcc521d7cb70aaf03e1bd296c8493f
  statx: Add a system call to make enhanced file info available

these are linux specific and not reserved names for fcntl.h so they
are under _BSD_SOURCE|_GNU_SOURCE.
include/fcntl.h