drop direct use of stat syscalls in internal __map_file
[musl] / src / math / i386 / log10.s
index 28eb5b2..120e91e 100644 (file)
@@ -4,4 +4,6 @@ log10:
        fldlg2
        fldl 4(%esp)
        fyl2x
+       fstpl 4(%esp)
+       fldl 4(%esp)
        ret