Skip to content

Commit befe997

Browse files
committed
openbsd: syscall() has been removed in upcoming OpenBSD 7.5
1 parent fe5fe49 commit befe997

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ fn test_openbsd(target: &str) {
565565
// Available for openBSD 7.3
566566
"mimmutable" => true,
567567

568+
// Removed in OpenBSD 7.5
569+
// https://marc.info/?l=openbsd-cvs&m=170239504300386
570+
"syscall" => true,
571+
568572
_ => false,
569573
}
570574
});

0 commit comments

Comments
 (0)