reorganize pthread data structures and move the definitions to alltypes.h
[musl] / src / math / i386 / e_sqrt.s
1 .global sqrt
2 sqrt:   fldl 4(%esp)
3         fsqrt
4         ret