root/src/system/libroot/posix/musl/math/x86/log10.s
.global log10
.type log10,@function
log10:
        fldlg2
        fldl 4(%esp)
        fyl2x
        ret