diff options
| author | Raph Levien <raph@google.com> | 2016-10-21 10:13:36 -0700 |
|---|---|---|
| committer | Raph Levien <raph@google.com> | 2016-10-22 07:08:07 -0700 |
| commit | cea61408c335826a0e3fcd781ac5d05ae5ad432e (patch) | |
| tree | 1bdf0dbe18371ae567332ac64cdb7be70ed7fec6 | |
| parent | 69d7884a1d464b73a95c95e04e8d8d159cf61937 (diff) | |
| download | rust-cea61408c335826a0e3fcd781ac5d05ae5ad432e.tar.gz rust-cea61408c335826a0e3fcd781ac5d05ae5ad432e.zip | |
Update libc submodule with corresponding fuchsia changes
Also trim os::fuchsia::raw architectures.
| m--------- | src/liblibc | 0 | ||||
| -rw-r--r-- | src/libstd/os/fuchsia/raw.rs | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/liblibc b/src/liblibc -Subproject ebeab042e6bb14a447627b57ed9a493e2cc0e09 +Subproject c95defce07a82f2f759f140c937dabd43a4f3d9 diff --git a/src/libstd/os/fuchsia/raw.rs b/src/libstd/os/fuchsia/raw.rs index 696c0c70aa9..5d017351492 100644 --- a/src/libstd/os/fuchsia/raw.rs +++ b/src/libstd/os/fuchsia/raw.rs @@ -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}; |
