Co-authored-by: Thom Chiovoloni <chiovolonit@gmail.com>
This commit is contained in:
Mara Bos 2022-04-19 17:46:28 +02:00 committed by GitHub
parent 9a3cafa25d
commit e5b9bc0234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -506,7 +506,7 @@ fn test_openbsd(target: &str) {
// https://marc.info/?l=openbsd-cvs&m=154723400730318
"mincore" => true,
// futex() has volative arguments, but that doesn't exist in Rust.
// futex() has volatile arguments, but that doesn't exist in Rust.
"futex" => true,
_ => false,