use namespace-safe __lseek for __stdio_seek instead of direct syscall
[musl] / src / math / i386 / logf.s
1 .global logf
2 .type logf,@function
3 logf:
4         fldln2
5         flds 4(%esp)
6         fyl2x
7         ret