Skip to content

Commit 1451f19

Browse files
committed
mincore has been removed from OpenBSD 6.5
1 parent 8bb09e2 commit 1451f19

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
@@ -857,6 +857,10 @@ fn main() {
857857
// to be removed now
858858
"system" | "ptrace" if ios => true,
859859

860+
// Removed in OpenBSD 6.5
861+
// https://marc.info/?l=openbsd-cvs&m=154723400730318
862+
"mincore" if openbsd => true,
863+
860864
_ => false,
861865
}
862866
});

0 commit comments

Comments
 (0)