From f3e1417b9ff392372a374fac2ac84e4c984b6bf5 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 22 Apr 2023 11:15:33 +0900 Subject: Ignore on sparc64 as well --- libc-test/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc-test') diff --git a/libc-test/build.rs b/libc-test/build.rs index e4141b45ac..85536110cf 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -3726,7 +3726,7 @@ fn test_linux(target: &str) { | "MADV_PAGEOUT" | "MADV_POPULATE_READ" | "MADV_POPULATE_WRITE" - if musl => true, + if sparc64 || musl => true, // FIXME: Requires more recent kernel headers | "IFLA_PARENT_DEV_NAME" // linux v5.13+ -- cgit v1.2.1