summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index d1718454e4..0e56050b00 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -3068,6 +3068,7 @@ fn test_linux(target: &str) {
// FIXME: Unignore once we update Ubuntu to 22.04
"mallinfo2" if sparc64 => true,
+ "ptrace_rseq_configuration" if sparc64 => true,
_ => false,
}
@@ -3309,6 +3310,8 @@ fn test_linux(target: &str) {
| "IFLA_PERM_ADDRESS"
| "IFLA_PROTO_DOWN_REASON"
if sparc64 => true,
+ // Added in Linux 5.13
+ "PTRACE_GET_RSEQ_CONFIGURATION" if sparc64 => true,
_ => false,
}