X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Falltypes.h.sh;h=b1505a11169545f668e0d7a15dfb4b9a9276ab51;hp=5aacc2931a38fef187310b66cde0a7de1338bb23;hb=414a4cdebc45925b59225cca208fee9c658b273e;hpb=88d84b7cc85841c575e54b635b125012c1d2e39d diff --git a/arch/i386/bits/alltypes.h.sh b/arch/i386/bits/alltypes.h.sh index 5aacc293..b1505a11 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 double float_t; +TYPEDEF long double double_t; + TYPEDEF long time_t; TYPEDEF int suseconds_t; STRUCT timeval { time_t tv_sec; int tv_usec; };