-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 include latest uclibc changes
- Loading branch information
Tobias Schaffner
committed
Sep 8, 2017
1 parent
40794bf
commit 5d1a9d7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule liblibc
updated
10 files
+4 −2 | .travis.yml | |
+2 −2 | ci/run.sh | |
+106 −0 | src/unix/bsd/apple/mod.rs | |
+1 −0 | src/unix/haiku/b32.rs | |
+1 −0 | src/unix/haiku/b64.rs | |
+67 −54 | src/unix/haiku/mod.rs | |
+2 −1 | src/unix/mod.rs | |
+6 −0 | src/unix/solaris/mod.rs | |
+5 −0 | src/unix/uclibc/mod.rs | |
+8 −0 | src/unix/uclibc/x86_64/mod.rs |