ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/x86_64/x32/ffs.c

5 lines
99 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#define ffsl __something_else
#include <sysdeps/x86_64/ffs.c>
#undef ffsl
weak_alias (__ffs, ffsl)