mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-10 08:42:02 +03:00
71991a803c
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. |
||
---|---|---|
.. | ||
bits | ||
atomic.h | ||
crt_arch.h | ||
pthread_arch.h | ||
reloc.h | ||
syscall_arch.h |