From 5dad6ffbb2b76215cfcd38c3001778536ada8e8a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 12 Jun 2019 12:04:09 +0200 Subject: : Use Linux UAPI header for statx if available and useful This will automatically import new STATX_* constants. It also avoids a conflict between and . --- include/bits/types/struct_statx.h | 1 + include/bits/types/struct_statx_timestamp.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 include/bits/types/struct_statx.h create mode 100644 include/bits/types/struct_statx_timestamp.h (limited to 'include/bits/types') diff --git a/include/bits/types/struct_statx.h b/include/bits/types/struct_statx.h new file mode 100644 index 0000000000..82add6484f --- /dev/null +++ b/include/bits/types/struct_statx.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/types/struct_statx_timestamp.h b/include/bits/types/struct_statx_timestamp.h new file mode 100644 index 0000000000..9fbedd5749 --- /dev/null +++ b/include/bits/types/struct_statx_timestamp.h @@ -0,0 +1 @@ +#include -- cgit 1.4.1