]> git.lizzy.rs Git - rust.git/commitdiff
Update libc submodule with corresponding fuchsia changes
authorRaph Levien <raph@google.com>
Fri, 21 Oct 2016 17:13:36 +0000 (10:13 -0700)
committerRaph Levien <raph@google.com>
Sat, 22 Oct 2016 14:08:07 +0000 (07:08 -0700)
Also trim os::fuchsia::raw architectures.

src/liblibc
src/libstd/os/fuchsia/raw.rs

index ebeab042e6bb14a447627b57ed9a493e2cc0e095..c95defce07a82f2f759f140c937dabd43a4f3d97 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ebeab042e6bb14a447627b57ed9a493e2cc0e095
+Subproject commit c95defce07a82f2f759f140c937dabd43a4f3d97
index 696c0c70aa91d9fb32409caa4caa9a555403bc9f..5d017351492dd1cb61d239868aec7001c60ab8f0 100644 (file)
@@ -159,11 +159,6 @@ mod arch {
     pub use libc::{off_t, ino_t, nlink_t, blksize_t, blkcnt_t, stat, time_t};
 }
 
-#[cfg(target_arch = "s390x")]
-mod arch {
-    pub use libc::{off_t, ino_t, nlink_t, blksize_t, blkcnt_t, stat, time_t};
-}
-
 #[cfg(target_arch = "aarch64")]
 mod arch {
     use os::raw::{c_long, c_int};