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#33698 - alexcrichton:update-libc, r=japaric
std: Update libc submodule Brings in a fix where `-lutil` is no longer passed for musl targets, lifting the need for a musl toolchain to be installed again. Closes rust-lang#33608
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule liblibc
updated
12 files
+204 −2 | src/unix/bsd/apple/mod.rs | |
+132 −1 | src/unix/bsd/freebsdlike/dragonfly/mod.rs | |
+144 −1 | src/unix/bsd/freebsdlike/freebsd/mod.rs | |
+0 −2 | src/unix/bsd/freebsdlike/mod.rs | |
+0 −3 | src/unix/bsd/mod.rs | |
+115 −3 | src/unix/bsd/openbsdlike/bitrig.rs | |
+2 −6 | src/unix/bsd/openbsdlike/mod.rs | |
+145 −2 | src/unix/bsd/openbsdlike/netbsd.rs | |
+114 −3 | src/unix/bsd/openbsdlike/openbsd.rs | |
+1 −0 | src/unix/notbsd/linux/mips.rs | |
+12 −1 | src/unix/notbsd/linux/mod.rs | |
+1 −0 | src/unix/notbsd/linux/other/mod.rs |