change uid_t, gid_t, and id_t to unsigned types
[musl] / src / math / i386 / atanf.s
1 .global atanf
2 .type atanf,@function
3 atanf:
4         flds 4(%esp)
5         fld1
6         fpatan
7         ret