aboutsummaryrefslogtreecommitdiff
path: root/libc/libc-test/build.rs
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-01-22 20:16:05 -0800
committerDaniel Mueller <deso@posteo.net>2019-01-22 20:16:05 -0800
commit4fcdf2022df38b37365ee5d948005ac08a1f1a83 (patch)
treec204c0959100390dc708ebdd977bf9daddb356de /libc/libc-test/build.rs
parent8b2d8818b26e7084cad240c48fd9ce7fc2519012 (diff)
downloadnitrocli-4fcdf2022df38b37365ee5d948005ac08a1f1a83.tar.gz
nitrocli-4fcdf2022df38b37365ee5d948005ac08a1f1a83.tar.bz2
Update libc crate to 0.2.47
This change updates the libc crate to version 0.2.47. Import subrepo libc/:libc at ce1dfcbf81bd74662b5cd02a9214818a0bfbbffa
Diffstat (limited to 'libc/libc-test/build.rs')
-rw-r--r--libc/libc-test/build.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/libc-test/build.rs b/libc/libc-test/build.rs
index ffab452..7606800 100644
--- a/libc/libc-test/build.rs
+++ b/libc/libc-test/build.rs
@@ -341,7 +341,6 @@ fn main() {
cfg.header("mqueue.h");
cfg.header("ufs/ufs/quota.h");
cfg.header("pthread_np.h");
- cfg.header("sys/ioctl_compat.h");
cfg.header("sys/rtprio.h");
}
@@ -858,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,
}
});