Auto merge of #1206 - semarie:mincore, r=gnzlbg

mincore has been removed from upcoming OpenBSD 6.5

remove test from CI on OpenBSD for "mincore" function.

it has been removed from upcoming 6.5:
- https://marc.info/?l=openbsd-cvs&m=154723400730318
- 54e4f6b9a1

I am only removing the test from CI, not touching exported function from Rust libc to avoid a breaking change.
This commit is contained in:
bors 2019-01-14 17:49:14 +00:00
commit 6bf778ada2

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,
}
});