Commit 3b15c17
authored
Add hexagon to the unsigned c_char group (#183)
Hexagon's `c_char` is unsigned, matching aarch64, arm, powerpc, riscv,
and s390x. Without this, the `no_std` ctypes module fails to compile
for `hexagon-unknown-linux-musl` because `c_char` is not defined.1 parent 0e2918c commit 3b15c17
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments