mincore has been removed from OpenBSD 6.5

This commit is contained in:
Sébastien Marie 2019-01-13 09:06:05 +01:00
parent 8bb09e2353
commit 1451f19067
1 changed files with 4 additions and 0 deletions

View File

@ -857,6 +857,10 @@ fn main() {
// to be removed now
"system" | "ptrace" if ios => true,
// Removed in OpenBSD 6.5
// https://marc.info/?l=openbsd-cvs&m=154723400730318
"mincore" if openbsd => true,
_ => false,
}
});