diff options
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r-- | libc-test/build.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index 3611ae0923..2fc7cc4540 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -3313,6 +3313,9 @@ fn test_linux(target: &str) { | "IFLA_ALT_IFNAME" | "IFLA_PERM_ADDRESS" | "IFLA_PROTO_DOWN_REASON" + | "STATX_ATTR_MOUNT_ROOT" + | "STATX_ATTR_VERITY" + | "STATX_ATTR_DAX" if sparc64 => true, // Added in Linux 5.13 "PTRACE_GET_RSEQ_CONFIGURATION" if sparc64 => true, |