Skip to content

Commit

Permalink
openbsd: syscall() has been removed in upcoming OpenBSD 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Dec 14, 2023
1 parent fe5fe49 commit befe997
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 befe997

Please sign in to comment.