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 5c06810 commit f5220c1Copy full SHA for f5220c1
libc-test/build.rs
@@ -590,9 +590,12 @@ fn test_openbsd(target: &str) {
590
591
cfg.skip_const(move |name| {
592
match name {
593
- // Removed in OpenBSD 7.7 (unused since 1991)
+ // Removed in OpenBSD 7.7
594
"ATF_COM" | "ATF_PERM" | "ATF_PUBL" | "ATF_USETRAILERS" => true,
595
596
+ // Removed in OpenBSD 7.8
597
+ "CTL_FS" | "SO_NETPROC" => true,
598
+
599
_ => false,
600
}
601
});
0 commit comments