Skip to content

Commit f3e1417

Browse files
authored
Ignore on sparc64 as well
1 parent 4858568 commit f3e1417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3726,7 +3726,7 @@ fn test_linux(target: &str) {
37263726
| "MADV_PAGEOUT"
37273727
| "MADV_POPULATE_READ"
37283728
| "MADV_POPULATE_WRITE"
3729-
if musl => true,
3729+
if sparc64 || musl => true,
37303730

37313731
// FIXME: Requires more recent kernel headers
37323732
| "IFLA_PARENT_DEV_NAME" // linux v5.13+

0 commit comments

Comments
 (0)