diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-12 03:41:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-12 03:41:16 +0000 |
commit | 60dfbf13d6953f00b54bf6135aaad74de5b8e7b1 (patch) | |
tree | d7d9d34197bee7ed883c87851c175a958c77f6d1 /libm/Makefile.in | |
parent | 8cb3c9dee2f9762f7b9e9b193c9ffa01f9d25eb3 (diff) |
remove __* symbols and enable llrintf()
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r-- | libm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index d4fa790f9..10869a88e 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -81,7 +81,7 @@ FL_MOBJ := \ log1pf.o log2f.o logbf.o logf.o lrintf.o lroundf.o modff.o nearbyintf.o \ nextafterf.o powf.o remainderf.o remquof.o rintf.o roundf.o \ scalblnf.o scalbnf.o sinf.o sinhf.o sqrtf.o tanf.o tanhf.o \ - tgammaf.o truncf.o cargf.o + tgammaf.o truncf.o cargf.o llrintf.o else # This list of math functions was taken from POSIX/IEEE 1003.1b-1993 libm_CSRC := \ |