fix the type of wchar_t on arm; support wchar_t varying with arch
[musl] / src / math / i386 / e_sqrt.s
index 11314dc..c6e5530 100644 (file)
@@ -1,4 +1,5 @@
 .global sqrt
+.type sqrt,@function
 sqrt:  fldl 4(%esp)
        fsqrt
        ret