This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 3b74966
musl: fix utmpx struct layout
This ut_session has changed from long to int + padding in newer
versions. This was already reflected on loongarch64 and ohos - this
commit adds this change, and re-enables the test when musl_v1_2_3 is
set.
Co-authored-by: Ariadne Conill <[email protected]>
(backport <rust-lang#4443>)
(cherry picked from commit 1038c7f)1 parent bed5c8d commit 3b74966
2 files changed
+16
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4897 | 4897 | | |
4898 | 4898 | | |
4899 | 4899 | | |
4900 | | - | |
4901 | | - | |
| 4900 | + | |
| 4901 | + | |
4902 | 4902 | | |
4903 | 4903 | | |
4904 | 4904 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | 441 | | |
449 | 442 | | |
450 | 443 | | |
| |||
455 | 448 | | |
456 | 449 | | |
457 | 450 | | |
458 | | - | |
459 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
460 | 457 | | |
461 | 458 | | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
| 459 | + | |
| 460 | + | |
468 | 461 | | |
469 | 462 | | |
470 | | - | |
471 | | - | |
| 463 | + | |
472 | 464 | | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | 465 | | |
477 | | - | |
478 | | - | |
| 466 | + | |
| 467 | + | |
479 | 468 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | 469 | | |
484 | 470 | | |
485 | 471 | | |
| |||
555 | 541 | | |
556 | 542 | | |
557 | 543 | | |
| 544 | + | |
558 | 545 | | |
559 | 546 | | |
560 | 547 | | |
| |||
579 | 566 | | |
580 | 567 | | |
581 | 568 | | |
| 569 | + | |
582 | 570 | | |
583 | 571 | | |
584 | 572 | | |
| |||
599 | 587 | | |
600 | 588 | | |
601 | 589 | | |
| 590 | + | |
602 | 591 | | |
603 | 592 | | |
604 | 593 | | |
| |||
0 commit comments