Commit 4afbb8b
committed
Fix compilation on musl libc (Alpine Linux)
Remove platform-specific typedef fallback block that caused redefinition
errors on musl-based systems. Since stdint.h is already included and
provides uint8_t/uint16_t/uint64_t on all modern platforms, the fallback
is unnecessary.
Tested on Alpine Linux (musl) and Ubuntu (glibc).
Related to upstream PR asg017#1991 parent dd13eb5 commit 4afbb8b
2 files changed
+1
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 64 | | |
77 | 65 | | |
78 | 66 | | |
| |||
0 commit comments