X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Falltypes.h.sh;fp=arch%2Fmicroblaze%2Fbits%2Falltypes.h.sh;h=23f12d8e1a1c6e9a2ac6bdd507a95c6494ee67e3;hp=6ddd0823c5b046d1c7c31cbbc35a7582b24fee60;hb=f77bab5933071c46edc3da22b8c344533dd5fca3;hpb=c7af2710007865861e789b29e803f0f55deba93f diff --git a/arch/microblaze/bits/alltypes.h.sh b/arch/microblaze/bits/alltypes.h.sh index 6ddd0823..23f12d8e 100755 --- a/arch/microblaze/bits/alltypes.h.sh +++ b/arch/microblaze/bits/alltypes.h.sh @@ -56,6 +56,9 @@ TYPEDEF uint64_t uint_fast64_t; TYPEDEF long intptr_t; TYPEDEF unsigned long uintptr_t; +TYPEDEF long long intmax_t; +TYPEDEF unsigned long long uintmax_t; + TYPEDEF float float_t; TYPEDEF double double_t;