(root)/
glibc-2.38/
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)