X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Falltypes.h.sh;h=aec7373176ea3b74667ca3169315aa64d7474c3d;hb=2c074b0d6cb2b28c5d1c0ccb2809965f4676efeb;hp=13def835b6c04ec45cc11e17899b9280276dc171;hpb=da1442c9a8c58f8ad85a1bd96007f60bc372d157;p=musl diff --git a/arch/i386/bits/alltypes.h.sh b/arch/i386/bits/alltypes.h.sh index 13def835..aec73731 100755 --- a/arch/i386/bits/alltypes.h.sh +++ b/arch/i386/bits/alltypes.h.sh @@ -64,6 +64,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; + #if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 0 TYPEDEF float float_t; TYPEDEF double double_t; @@ -74,6 +77,7 @@ TYPEDEF long double double_t; TYPEDEF long time_t; TYPEDEF int suseconds_t; +TYPEDEF unsigned useconds_t; STRUCT timeval { time_t tv_sec; int tv_usec; }; STRUCT timespec { time_t tv_sec; long tv_nsec; };