Skip to content

Commit cea6140

Browse files
committed
Update libc submodule with corresponding fuchsia changes
Also trim os::fuchsia::raw architectures.
1 parent 69d7884 commit cea6140

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/libstd/os/fuchsia/raw.rs

-5
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ mod arch {
159159
pub use libc::{off_t, ino_t, nlink_t, blksize_t, blkcnt_t, stat, time_t};
160160
}
161161

162-
#[cfg(target_arch = "s390x")]
163-
mod arch {
164-
pub use libc::{off_t, ino_t, nlink_t, blksize_t, blkcnt_t, stat, time_t};
165-
}
166-
167162
#[cfg(target_arch = "aarch64")]
168163
mod arch {
169164
use os::raw::{c_long, c_int};

0 commit comments

Comments
 (0)