Skip to content

Commit 8b91201

Browse files
committed
ignore symbols to satisfy sparc64 builder
1 parent ea66c05 commit 8b91201

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

libc-test/build.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3635,10 +3635,12 @@ fn test_linux(target: &str) {
36353635
"PTRACE_GET_RSEQ_CONFIGURATION" if sparc64 => true,
36363636

36373637
// FIXME: Requires more recent kernel headers
3638-
| "IFLA_GRO_MAX_SIZE" // linux v5.16+
3639-
| "IFLA_TSO_MAX_SIZE" // linux v5.18+
3640-
| "IFLA_TSO_MAX_SEGS" // linux v5.18+
3641-
| "IFLA_ALLMULTI" // linux v6.0+
3638+
| "IFLA_PARENT_DEV_NAME" // linux v5.13+
3639+
| "IFLA_PARENT_DEV_BUS_NAME" // linux v5.13+
3640+
| "IFLA_GRO_MAX_SIZE" // linux v5.16+
3641+
| "IFLA_TSO_MAX_SIZE" // linux v5.18+
3642+
| "IFLA_TSO_MAX_SEGS" // linux v5.18+
3643+
| "IFLA_ALLMULTI" // linux v6.0+
36423644
=> true,
36433645

36443646
_ => false,

0 commit comments

Comments
 (0)