1
0
Fork 0

tccdef.h additons for riscv64 newlib stdint

This commit is contained in:
Sam Ellicott 2021-07-29 22:36:53 -04:00
parent 2709b7ab03
commit 931a146591
1 changed files with 4 additions and 0 deletions

View File

@ -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 */