2 files changed
+6
-51
lines changed- ci/docker/s390x-unknown-linux-gnu/Dockerfile+11-5
- ci/docker/sparc64-unknown-linux-gnu/Dockerfile+11-6
- ci/emscripten-entry.sh+1-1
- ci/linux-s390x.sh+18
- ci/linux-sparc64.sh+17
- ci/test-runner-linux+23
- libc-test/build.rs+18-1
- src/lib.rs+168-161
- src/unix/bsd/apple/mod.rs+87-2
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+26
- src/unix/bsd/freebsdlike/freebsd/mod.rs+27
- src/unix/bsd/freebsdlike/mod.rs-2
- src/unix/bsd/netbsdlike/mod.rs-2
- src/unix/bsd/netbsdlike/netbsd/mod.rs+18
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+20
- src/unix/haiku/mod.rs+13
- src/unix/newlib/mod.rs+20
- src/unix/notbsd/android/mod.rs+6
- src/unix/notbsd/linux/mips/mod.rs+1
- src/unix/notbsd/linux/mod.rs+88-1
- src/unix/notbsd/linux/musl/mod.rs+1
- src/unix/notbsd/linux/other/b32/mod.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+341-3
- src/unix/notbsd/linux/other/b64/x86_64.rs+1
- src/unix/notbsd/linux/s390x.rs+18-17
- src/unix/solaris/mod.rs+42-1
- src/unix/uclibc/mod.rs+18-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 35 | + | |
43 | 36 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 | 37 |
| |
62 |
| - | |
| 38 | + | |
63 | 39 |
| |
64 | 40 |
| |
65 | 41 |
| |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
| 42 | + | |
74 | 43 |
| |
75 | 44 |
| |
76 | 45 |
| |
| |||
94 | 63 |
| |
95 | 64 |
| |
96 | 65 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
| 66 | + | |
105 | 67 |
| |
106 | 68 |
| |
107 | 69 |
| |
| |||
125 | 87 |
| |
126 | 88 |
| |
127 | 89 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
| 90 | + | |
136 | 91 |
| |
137 | 92 |
| |
138 | 93 |
| |
|
0 commit comments