fix C++ incompatibility in i386 definition of max_align_t
authorRich Felker <dalias@aerifal.cx>
Thu, 11 Sep 2014 14:16:30 +0000 (10:16 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 11 Sep 2014 14:16:30 +0000 (10:16 -0400)
commitbd082916b110c0c49e71bc83ff68dfd88bb8313a
tree5a1812c7916473114cb0d2cf93d5ddfaf5bd68b5
parent5edbc6fe13e1e0f27e3d3a20f2582da476f74c4b
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.
arch/i386/bits/alltypes.h.in