Skip to content

Commit

Permalink
Auto merge of #3479 - semarie:openbsd-syscall, r=JohnTitor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Dec 14, 2023
2 parents fe5fe49 + befe997 commit 103c18e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc-test/build.rs
Expand Up @@ -565,6 +565,10 @@ fn test_openbsd(target: &str) {
// Available for openBSD 7.3
"mimmutable" => true,

// Removed in OpenBSD 7.5
// https://marc.info/?l=openbsd-cvs&m=170239504300386
"syscall" => true,

_ => false,
}
});
Expand Down

0 comments on commit 103c18e

Please sign in to comment.