musl/arch
Rich Felker bd082916b1 fix C++ incompatibility in i386 definition of max_align_t
the C11 _Alignas keyword is not present in C++, and despite it being
in the reserved namespace and thus reasonable to support even in
non-C11 modes, compilers seem to fail to support it.
2014-09-11 10:16:30 -04:00
..
arm add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
i386 fix C++ incompatibility in i386 definition of max_align_t 2014-09-11 10:16:30 -04:00
microblaze add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
mips add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
or1k add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
powerpc add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
sh add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
x32 add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00
x86_64 add threads.h and needed per-arch types for mtx_t and cnd_t 2014-09-06 20:44:30 -04:00