Rich Felker 71991a803c adjust i386 max_align_t definition to work around some broken compilers
at least gcc 4.7 claims c++11 support but does not accept the alignas
keyword, causing breakage when stddef.h is included in c++11 mode.
instead, prefer using __attribute__((__aligned__)) on any compiler
with GNU extensions, and only use the alignas keyword as a fallback
for other C++ compilers.

C code should not be affected by this patch.
2015-12-29 12:46:15 -05:00
..
2013-01-12 19:42:39 +01:00
2011-04-13 16:45:43 -04:00
2015-03-04 12:09:37 -05:00
2014-04-15 19:17:52 -04:00