tccdef.h additons for riscv64 newlib stdint
This commit is contained in:
parent
2709b7ab03
commit
931a146591
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@
|
|||
/* Linux */
|
||||
|
||||
#endif
|
||||
/* Some derived integer types needed to get stdint.h to compile correctly on some platforms */
|
||||
#define __UINTPTR_TYPE__ unsigned __PTRDIFF_TYPE__
|
||||
#define __INTPTR_TYPE__ __PTRDIFF_TYPE__
|
||||
#define __INT32_TYPE__ int
|
||||
|
||||
#if !defined _WIN32
|
||||
/* glibc defines */
|
||||
|
|
Loading…
Reference in a new issue