4 files changed
+23
-4
lines changed- Cargo.lock+2-2
- Cargo.toml+1-1
- README.md+19
- appveyor.yml+1-1
- ci/run-docker.sh-2
- libc-test/build.rs+16
- src/unix/bsd/mod.rs+2
- src/unix/mod.rs+17
- src/unix/notbsd/android/b64/mod.rs+1-1
- src/unix/notbsd/android/mod.rs+12
- src/unix/notbsd/linux/mips/mips32.rs+1-1
- src/unix/notbsd/linux/mips/mips64.rs+1-1
- src/unix/notbsd/linux/mips/mod.rs+1
- src/unix/notbsd/linux/mod.rs+37
- src/unix/notbsd/linux/musl/mod.rs+2-1
- src/unix/notbsd/linux/other/b32/arm.rs+1
- src/unix/notbsd/linux/other/b32/powerpc.rs+1
- src/unix/notbsd/linux/other/b32/x86.rs+1
- src/unix/notbsd/linux/other/b64/aarch64.rs+1
- src/unix/notbsd/linux/other/b64/powerpc64.rs+1
- src/unix/notbsd/linux/other/b64/sparc64.rs+1
- src/unix/notbsd/linux/other/b64/x86_64.rs+1
- src/unix/notbsd/linux/other/mod.rs+1-1
- src/unix/notbsd/linux/s390x.rs+2-1
- src/unix/solaris/mod.rs+113-45
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
| 55 | + | |
51 | 56 |
| |
52 | 57 |
| |
53 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
183 | 196 |
| |
184 | 197 |
| |
185 | 198 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
|
0 commit comments