On 06/23/2016 01:55 PM, Stefan Liebler wrote: > +# define INIT_ARCH() > +# define COMPAT_REDIRECT(name, proto, arglist) libc_ifunc (name, &__##name) Doesn't this cause INIT_ARCH redefinition warnings in some cases? Thanks, Florian