Age | Commit message (Collapse) | Author |
|
|
|
[BZ#13926]
Currently __bswap_64 is not defined at all for non-GCC compilers.
Define it but guard it with __GLIBC_HAVE_LONG_LONG.
endian.h uses __bswap_64, make the functions only available
if __GLIBC_HAVE_LONG_LONG is defined.
|
|
|
|
|
|
|
|
|
|
|
|
No more __const.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If IMPL is called with a macro for the first parameter the macro does not
get expanded before the string is stored in the impl_t data structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And optimize a bit.
|
|
|
|
|
|
This reverts commit e513f34605747f43eed259519b6fb847591861d2.
|
|
|
|
|
|
|
|
|
|
|
|
|