fix type issues in stdint.h so underlying types of 64-bit types match ABI
This commit is contained in:
@@ -56,6 +56,9 @@ TYPEDEF uint64_t uint_fast64_t;
|
||||
TYPEDEF int intptr_t;
|
||||
TYPEDEF unsigned uintptr_t;
|
||||
|
||||
TYPEDEF long long intmax_t;
|
||||
TYPEDEF unsigned long long uintmax_t;
|
||||
|
||||
TYPEDEF float float_t;
|
||||
TYPEDEF double double_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user