musl/arch/i386
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
..
bits fix C++ incompatibility in i386 definition of max_align_t 2014-09-11 10:16:30 -04:00
atomic.h clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
crt_arch.h new mostly-C crt1 implementation 2013-07-26 01:49:14 -04:00
pthread_arch.h add support for TLS variant I, presently needed for arm and mips 2012-10-15 18:51:53 -04:00
reloc.h add tlsdesc support for i386 2014-06-19 02:50:45 -04:00
syscall_arch.h add vdso clock_gettime acceleration support to i386 2014-06-06 03:29:36 -04:00