Commit 2499ff0
committed
riscv32-musl: Rename padding fields to avoid a conflict
Build fails on `riscv32gc-unknown-linux-musl` because the fields
`__pad1` and `__pad2` are duplicated. This likely came up during the
apply then revert of the `timespec` change.
Rename `__pad1` to `__st_rdev_padding` to match other musl `struct stat`
instances. None of the others seem to have padding for `st_blksize` so
this name is new but follows the same pattern.1 parent 61c5c59 commit 2499ff0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments