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 /src/libstd | |
| parent | 69d7884a1d464b73a95c95e04e8d8d159cf61937 (diff) | |
Update libc submodule with corresponding fuchsia changes
Also trim os::fuchsia::raw architectures.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/os/fuchsia/raw.rs | 5 |
1 files changed, 0 insertions, 5 deletions
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}; |
