summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
authorTom Parker-Shemilt <palfrey@tevp.net>2018-11-23 22:35:16 +0000
committerTom Parker-Shemilt <palfrey@tevp.net>2018-11-23 22:35:16 +0000
commit75071fe11f9b44130d273fb4d91e001ea04f2551 (patch)
tree71b8d1e36d6ff5c4d4b532c2d84a19a47ce4761d /libc-test/build.rs
parentcd6b95db83dd46fad581730c021bf5666a0d9e7b (diff)
parent530f31f6c17624f20f3897ae930eaea34a574296 (diff)
downloadrust-libc-75071fe11f9b44130d273fb4d91e001ea04f2551.tar.gz
Merge branch 'master' into strcase-various
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 9afb6240e0..66cef4a2d2 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -449,7 +449,7 @@ fn main() {
// which is absent in glibc, has to be defined.
"__timeval" if linux => true,
- // Fixed on stdbuild with repr(packed(4))
+ // Fixed on feature=align with repr(packed(4))
// Once repr_packed stabilizes we can fix this unconditionally
// and remove this check.
"kevent" | "shmid_ds" if apple && x86_64 => true,