remove i386 support for legacy struct __va_list
[musl] / arch / i386 / bits / alltypes.h.in
2019-10-17 Rich Felkerremove i386 support for legacy struct __va_list
2015-12-29 Rich Felkeradjust i386 max_align_t definition to work around some...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-09-11 Rich Felkerfix C++ incompatibility in i386 definition of max_align_t
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...