diff options
author | Tom Parker-Shemilt <palfrey@tevp.net> | 2018-11-23 22:35:16 +0000 |
---|---|---|
committer | Tom Parker-Shemilt <palfrey@tevp.net> | 2018-11-23 22:35:16 +0000 |
commit | 75071fe11f9b44130d273fb4d91e001ea04f2551 (patch) | |
tree | 71b8d1e36d6ff5c4d4b532c2d84a19a47ce4761d /libc-test/build.rs | |
parent | cd6b95db83dd46fad581730c021bf5666a0d9e7b (diff) | |
parent | 530f31f6c17624f20f3897ae930eaea34a574296 (diff) | |
download | rust-libc-75071fe11f9b44130d273fb4d91e001ea04f2551.tar.gz |
Merge branch 'master' into strcase-various
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r-- | libc-test/build.rs | 2 |
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, |