]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/x32/ffs.c
Add x32 ffs
[thirdparty/glibc.git] / sysdeps / x86_64 / x32 / ffs.c
1 #define ffsl __something_else
2 #include <sysdeps/x86_64/ffs.c>
3 #undef ffsl
4 weak_alias (__ffs, ffsl)