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.
sockaddr_dl
1 parent 887133e commit bc25dfcCopy full SHA for bc25dfc
libc-test/build.rs
@@ -1548,7 +1548,7 @@ fn test_netbsd(target: &str) {
1548
});
1549
1550
cfg.skip_struct(move |struct_| match struct_.ident() {
1551
- "sockaddr_dl" => true, // Last field increased size in 10
+ "sockaddr_dl" if !netbsd9 => true, // Last field increased size in 10
1552
x if x.starts_with("ptrace_lwp") => true,
1553
// These were packed before NetBSD 10
1554
"arphdr" | "in_addr" | "ip_mreq" | "sockaddr_in" => true,
0 commit comments