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