> Using __always_inline as the name of the macro is a bad idea, glibc > headers use that macro already. Just use something else in public headers > that aren't part of glibc.
That's why I had the ifdef, but ok. I'll use __force_inline then. -Andi
> Using __always_inline as the name of the macro is a bad idea, glibc > headers use that macro already. Just use something else in public headers > that aren't part of glibc.
That's why I had the ifdef, but ok. I'll use __force_inline then. -Andi