diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-03 01:03:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-03 01:03:42 +0000 |
commit | 8334b87bcb31180c70a40ee78e549840fd2d9c0a (patch) | |
tree | 3e37ac10d1fc7b7437a30a7bbe83bdcd4bd8c729 /libm/Makefile.in | |
parent | 6ec72c25adc5231d9c12672c8da287db234e55c3 (diff) |
import llrint() from glibc
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 2122fabc4..d4fa790f9 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -72,7 +72,7 @@ libm_CSRC := \ w_cosh.c w_drem.c w_exp.c w_fmod.c w_gamma.c w_gamma_r.c \ w_hypot.c w_j0.c w_j1.c w_jn.c w_lgamma.c w_lgamma_r.c \ w_log.c w_log10.c w_pow.c w_remainder.c w_scalb.c w_sinh.c \ - w_sqrt.c fpmacros.c nan.c carg.c + w_sqrt.c fpmacros.c nan.c carg.c s_llrint.c FL_MOBJ := \ acosf.o acoshf.o asinf.o asinhf.o atan2f.o atanf.o atanhf.o cbrtf.o \ ceilf.o copysignf.o cosf.o coshf.o erfcf.o erff.o exp2f.o expf.o \ |