Commit e857e29
authored
Rollup merge of rust-lang#40317 - malbarbo:update-libc, r=alexcrichton
Update libc to 0.2.21
Update to include android aarch64 and x86 improvements.File tree
6 files changed
+36
-11
lines changed- src
- libstd
- os
- sys_common
- sys/unix
- ext
- process
6 files changed
+36
-11
lines changed- .travis.yml+6
- Cargo.lock+2-2
- Cargo.toml+1-1
- ci/android-accept-licenses.sh
- ci/android-install-ndk.sh+17-2
- ci/android-install-sdk.sh+28-8
- ci/docker/aarch64-linux-android/Dockerfile+32
- ci/docker/arm-linux-androideabi/Dockerfile+9-11
- ci/docker/i686-linux-android/Dockerfile+32
- ci/run-docker.sh+2-1
- ci/run.sh+9-4
- libc-test/build.rs+7-3
- src/unix/bsd/apple/mod.rs+142-10
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+28-2
- src/unix/bsd/freebsdlike/freebsd/mod.rs+46-1
- src/unix/bsd/freebsdlike/mod.rs+121-1
- src/unix/bsd/mod.rs+72-1
- src/unix/bsd/netbsdlike/mod.rs+97-1
- src/unix/bsd/netbsdlike/netbsd/mod.rs+42
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+44
- src/unix/haiku/mod.rs+44-1
- src/unix/mod.rs+17-75
- src/unix/notbsd/android/b32/arm.rs+6
- src/unix/notbsd/android/b32/mod.rs+45
- src/unix/notbsd/android/b32/x86.rs+6
- src/unix/notbsd/android/b64/mod.rs+42-1
- src/unix/notbsd/android/mod.rs+69-79
- src/unix/notbsd/linux/mips/mod.rs+90-16
- src/unix/notbsd/linux/mod.rs+57-1
- src/unix/notbsd/linux/musl/b32/arm.rs+9
- src/unix/notbsd/linux/musl/b32/mips.rs+16-7
- src/unix/notbsd/linux/musl/b32/x86.rs+9
- src/unix/notbsd/linux/musl/b64/mod.rs+9
- src/unix/notbsd/linux/musl/mod.rs+34
- src/unix/notbsd/linux/other/b32/arm.rs+34
- src/unix/notbsd/linux/other/b32/powerpc.rs+42-1
- src/unix/notbsd/linux/other/b32/x86.rs+40
- src/unix/notbsd/linux/other/b64/aarch64.rs+77-6
- src/unix/notbsd/linux/other/b64/powerpc64.rs+78-6
- src/unix/notbsd/linux/other/b64/x86_64.rs+77-6
- src/unix/notbsd/linux/other/mod.rs+12
- src/unix/notbsd/mod.rs+124-6
- src/unix/solaris/mod.rs+45-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
| 923 | + | |
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
420 | 425 | | |
421 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
422 | 430 | | |
423 | 431 | | |
424 | 432 | | |
425 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
426 | 440 | | |
427 | 441 | | |
428 | 442 | | |
| |||
450 | 464 | | |
451 | 465 | | |
452 | 466 | | |
453 | | - | |
| 467 | + | |
454 | 468 | | |
455 | 469 | | |
456 | 470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
197 | 206 | | |
198 | 207 | | |
199 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| |||
0 commit comments