use an accessor function for __libc data pointer when compiled as PIC
[musl] / src / math / i386 / s_rintf.s
1 .global rintf
2 rintf:
3         flds 4(%esp)
4         frndint
5         ret