musl/arch
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility
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.
2012-09-02 12:46:06 -04:00
..
arm avoid "inline" in public headers for strict c89 compatibility 2012-09-02 12:46:06 -04:00
i386 avoid "inline" in public headers for strict c89 compatibility 2012-09-02 12:46:06 -04:00
mips avoid "inline" in public headers for strict c89 compatibility 2012-09-02 12:46:06 -04:00
x86_64 avoid "inline" in public headers for strict c89 compatibility 2012-09-02 12:46:06 -04:00