fix type issues in stdint.h so underlying types of 64-bit types match ABI

This commit is contained in:
Rich Felker
2013-04-04 20:09:50 -04:00
parent c7af271000
commit f77bab5933
7 changed files with 33 additions and 8 deletions
+3
View File
@@ -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;