Skip to content

Commit 103c18e

Browse files
committed
Auto merge of #3479 - semarie:openbsd-syscall, r=JohnTitor
openbsd: syscall() has been removed in upcoming OpenBSD 7.5 The `syscall` syscall has been removed in upcoming OpenBSD 7.5. For now, just remove the check from CI to calm down it while running on -current.
2 parents fe5fe49 + befe997 commit 103c18e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

+4
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)