about summary refs log tree commit diff
path: root/include/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-4/+1
|
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-11/+6
| | | | | | | | | while musl itself requires a c99 compiler, some applications insist on being compiled with c89 compilers, and use of "inline" in the headers was breaking them. much of this had been avoided already by just skipping the inline keyword in pre-c99 compilers or modes, but this new unified solution is cleaner and may/should result in better code generation in the default gcc configuration.
* uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker2012-05-031-3/+12
|
* move bswap functions to static inline in byteswap.hRich Felker2011-04-121-0/+25
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+0