forked from OSchip/llvm-project
Speculativley try to fix FreeBSD buildbots, which apparently cannot use stdint.h
llvm-svn: 253681
This commit is contained in:
parent
43ecd7c71d
commit
fad356c4ac
|
@ -22,6 +22,8 @@
|
|||
* FreeBSD 10, r232261) when compiled in 32-bit mode.
|
||||
*/
|
||||
#define PRIu64 "llu"
|
||||
typedef unsigned char uint8_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned long long uint64_t;
|
||||
typedef uint32_t uintptr_t;
|
||||
|
|
Loading…
Reference in New Issue