-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update liblibc submodule to the 0.2.40 release
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule liblibc
updated
25 files
+56 −58 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+4 −1 | README.md | |
+66 −26 | ci/README.md | |
+4 −4 | ci/docker/x86_64-unknown-freebsd/Dockerfile | |
+1 −1 | ci/dox.sh | |
+7 −0 | ci/run.sh | |
+1 −0 | libc-test/build.rs | |
+2 −2 | src/dox.rs | |
+7 −4 | src/lib.rs | |
+2 −2 | src/macros.rs | |
+9 −6 | src/unix/bsd/freebsdlike/freebsd/mod.rs | |
+0 −9 | src/unix/bsd/netbsdlike/mod.rs | |
+13 −0 | src/unix/bsd/netbsdlike/netbsd/mod.rs | |
+20 −0 | src/unix/bsd/netbsdlike/openbsdlike/bitrig/mod.rs | |
+6 −20 | src/unix/bsd/netbsdlike/openbsdlike/mod.rs | |
+23 −0 | src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs | |
+1 −1 | src/unix/mod.rs | |
+3 −0 | src/unix/notbsd/linux/s390x.rs | |
+1 −0 | src/unix/solaris/mod.rs | |
+2 −0 | src/unix/uclibc/mips/mod.rs | |
+0 −1 | src/unix/uclibc/mod.rs | |
+1 −0 | src/unix/uclibc/x86_64/l4re.rs | |
+4 −1 | src/unix/uclibc/x86_64/mod.rs | |
+4 −0 | src/unix/uclibc/x86_64/other.rs |