Commit 8d7daeb
committed
Use definitions from stdint.h instead define uintXX_t by hand
These hand-written definitions don't compile on some platforms like
musl since u_intXX_t (with two underscores) types aren't standard. As
stdint.h already contains defintions for uintXX_t types, there's no
reason to define them manually. Let's clean them up.
Signed-off-by: Yao Zi <[email protected]>1 parent a2dd24f commit 8d7daeb
1 file changed
+0
-12
lines changed| 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