]> git.ipfire.org Git - thirdparty/glibc.git/commit
<sys/stat.h>: Use Linux UAPI header for statx if available and useful
authorFlorian Weimer <fweimer@redhat.com>
Wed, 12 Jun 2019 10:04:09 +0000 (12:04 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 12 Jun 2019 11:04:43 +0000 (13:04 +0200)
commit5dad6ffbb2b76215cfcd38c3001778536ada8e8a
tree3e4e55117be3039d516c14243beddb9041469d5b
parent4e75c2a43bb3208f32556a2b19c939cfe1f54ba6
<sys/stat.h>: Use Linux UAPI header for statx if available and useful

This will automatically import new STATX_* constants.  It also avoids
a conflict between <sys/stat.h> and <linux/stat.h>.
ChangeLog
include/bits/statx-generic.h [new file with mode: 0644]
include/bits/types/struct_statx.h [new file with mode: 0644]
include/bits/types/struct_statx_timestamp.h [new file with mode: 0644]
io/Makefile
io/bits/statx-generic.h [new file with mode: 0644]
io/bits/statx.h
io/bits/types/struct_statx.h [new file with mode: 0644]
io/bits/types/struct_statx_timestamp.h [new file with mode: 0644]
io/statx_generic.c
sysdeps/unix/sysv/linux/bits/statx.h [new file with mode: 0644]