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 4484ae3 commit b9b755bCopy full SHA for b9b755b
libc-test/build.rs
@@ -1456,7 +1456,7 @@ fn test_netbsd(target: &str) {
1456
});
1457
1458
cfg.skip_struct(move |struct_| match struct_.ident() {
1459
- "sockaddr_dl" => true, // Last field increased size in 10
+ "sockaddr_dl" if !netbsd9 => true, // Last field increased size in 10
1460
x if x.starts_with("ptrace_lwp") => true,
1461
// These were packed before NetBSD 10
1462
"arphdr" | "in_addr" | "ip_mreq" | "sockaddr_in" => true,
0 commit comments