fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / arch / x86_64 / bits / alltypes.h.sh
index 62e77ac..c5e54aa 100755 (executable)
@@ -55,6 +55,9 @@ TYPEDEF uint64_t           uint_fast64_t;
 TYPEDEF long          intptr_t;
 TYPEDEF unsigned long uintptr_t;
 
+TYPEDEF long          intmax_t;
+TYPEDEF unsigned long uintmax_t;
+
 TYPEDEF float float_t;
 TYPEDEF double double_t;