forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#37092 - alexcrichton:update-libc, r=japaric
std: Update liblibc submodule This fixes compilation on the s390x target
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule liblibc
updated
15 files
+1 −1 | .travis.yml | |
+6 −6 | Cargo.lock | |
+3 −0 | Cargo.toml | |
+6 −2 | appveyor.yml | |
+2 −1 | ci/docker/i686-unknown-linux-musl/Dockerfile | |
+1 −1 | ci/docker/x86_64-unknown-freebsd/Dockerfile | |
+2 −1 | ci/docker/x86_64-unknown-openbsd/Dockerfile | |
+1 −0 | ci/run-docker.sh | |
+6 −14 | ci/run.sh | |
+0 −123 | libc-test/generate-files/Cargo.lock | |
+3 −0 | src/lib.rs | |
+2 −0 | src/unix/haiku/mod.rs | |
+0 −2 | src/unix/notbsd/linux/mod.rs | |
+14 −0 | src/unix/notbsd/linux/s390x.rs | |
+1 −0 | src/unix/notbsd/mod.rs |