cleanup types stuff in headers, fix missing u_int*_t in sys/types.h
[musl] / src / math / i386 / e_sqrtf.s
1 .global sqrtf
2 sqrtf:  flds 4(%esp)
3         fsqrt
4         ret