We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66c05 commit 8b91201Copy full SHA for 8b91201
libc-test/build.rs
@@ -3635,10 +3635,12 @@ fn test_linux(target: &str) {
3635
"PTRACE_GET_RSEQ_CONFIGURATION" if sparc64 => true,
3636
3637
// 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+
+ | "IFLA_PARENT_DEV_NAME" // linux v5.13+
+ | "IFLA_PARENT_DEV_BUS_NAME" // linux v5.13+
+ | "IFLA_GRO_MAX_SIZE" // linux v5.16+
+ | "IFLA_TSO_MAX_SIZE" // linux v5.18+
3642
+ | "IFLA_TSO_MAX_SEGS" // linux v5.18+
3643
+ | "IFLA_ALLMULTI" // linux v6.0+
3644
=> true,
3645
3646
_ => false,
0 commit comments