summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-22 11:15:33 +0900
committerGitHub <noreply@github.com>2023-04-22 11:15:33 +0900
commitf3e1417b9ff392372a374fac2ac84e4c984b6bf5 (patch)
tree6abc5af87978a014cee16ceb1006d858d4e4b1b7
parent48585683b9aea479f398c1dab54c6aca05deaa6e (diff)
downloadrust-libc-f3e1417b9ff392372a374fac2ac84e4c984b6bf5.tar.gz
Ignore on sparc64 as well
-rw-r--r--libc-test/build.rs2
1 files changed, 1 insertions, 1 deletions
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+