Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #23.
|
|
|
|
|
|
|
|
It doesn't look that good when rendered.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #46. Thanks to Andrew Chambers for the bug report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is used by util-linux.
|
|
|
|
|
|
|
|
|
|
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html
|
|
Although we support some GNU extensions beyond this, anything larger
will cause glibc headers to use inline assembly to alias functions. We
currently work around this by defining __asm__ to nothing, but that
doesn't seem like the right thing to do.
This also causes glibc to define an __extension__ and __restrict itself.
|
|
|
|
|