-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule liblibc
updated
22 files
+2 −2 | .travis.yml | |
+4 −0 | ci/run-travis.sh | |
+14 −8 | libc-test/build.rs | |
+1 −1 | src/lib.rs | |
+1 −1 | src/macros.rs | |
+0 −11 | src/unix/bsd/freebsdlike/dragonfly.rs | |
+103 −0 | src/unix/bsd/freebsdlike/dragonfly/mod.rs | |
+0 −13 | src/unix/bsd/freebsdlike/freebsd.rs | |
+86 −0 | src/unix/bsd/freebsdlike/freebsd/mod.rs | |
+0 −0 | src/unix/bsd/freebsdlike/freebsd/x86.rs | |
+0 −0 | src/unix/bsd/freebsdlike/freebsd/x86_64.rs | |
+8 −69 | src/unix/bsd/freebsdlike/mod.rs | |
+17 −2 | src/unix/bsd/mod.rs | |
+4 −0 | src/unix/bsd/openbsdlike/bitrig.rs | |
+1 −4 | src/unix/bsd/openbsdlike/mod.rs | |
+6 −0 | src/unix/bsd/openbsdlike/netbsd.rs | |
+4 −0 | src/unix/bsd/openbsdlike/openbsd.rs | |
+13 −0 | src/unix/mod.rs | |
+5 −0 | src/unix/notbsd/linux/mod.rs | |
+24 −0 | src/unix/notbsd/linux/other/b32/x86.rs | |
+25 −0 | src/unix/notbsd/linux/other/b64/x86_64.rs | |
+2 −1 | src/unix/notbsd/mod.rs |