Skip to content

Commit 9a3cafa

Browse files
committed
Ignore futex() in libc-test/build.rs on OpenBSD.
1 parent 311c7d9 commit 9a3cafa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ fn test_openbsd(target: &str) {
506506
// https://marc.info/?l=openbsd-cvs&m=154723400730318
507507
"mincore" => true,
508508

509+
// futex() has volative arguments, but that doesn't exist in Rust.
510+
"futex" => true,
511+
509512
_ => false,
510513
}
511514
});

0 commit comments

Comments
 (0)