X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Falltypes.h.sh;h=62e77ac98d856e6ce6a2a7e09b3e5a8d8cf2cdd5;hp=e19a4700e7ca3a9d19604bdb7623bd682a9a2b5c;hb=47cf4919fc834a917185ace26dfd1c2ab760676d;hpb=848d30a1e5f75988be4b291a431713e78ae09f79 diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh index e19a4700..62e77ac9 100755 --- a/arch/x86_64/bits/alltypes.h.sh +++ b/arch/x86_64/bits/alltypes.h.sh @@ -25,8 +25,8 @@ TYPEDEF __builtin_va_list va_list; TYPEDEF int wchar_t; #endif TYPEDEF int wint_t; -TYPEDEF int wctrans_t; -TYPEDEF int wctype_t; +TYPEDEF const int * wctrans_t; +TYPEDEF unsigned long wctype_t; TYPEDEF signed char int8_t; TYPEDEF short int16_t; @@ -55,11 +55,12 @@ TYPEDEF uint64_t uint_fast64_t; TYPEDEF long intptr_t; TYPEDEF unsigned long uintptr_t; -TYPEDEF double float_t; +TYPEDEF float float_t; TYPEDEF double double_t; TYPEDEF long time_t; TYPEDEF long suseconds_t; +TYPEDEF unsigned useconds_t; STRUCT timeval { time_t tv_sec; long tv_usec; }; STRUCT timespec { time_t tv_sec; long tv_nsec; };