diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-27 05:50:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-27 05:50:09 +0000 |
commit | f63dad74e85e5b00db30c8466da2c474f3f51b2e (patch) | |
tree | 82a87db1917c31b9c3c50857cab9b5fb84028812 /libm/Makefile | |
parent | 5499a848e90609e4d5962c43db0d2d08c6f71809 (diff) |
Add in ceilf() and floorf() since XFree86 wants them...
Diffstat (limited to 'libm/Makefile')
-rw-r--r-- | libm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile b/libm/Makefile index e93582a5f..8dfc20d0e 100644 --- a/libm/Makefile +++ b/libm/Makefile @@ -63,7 +63,7 @@ CSRC = e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c\ 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 w_sqrtf.c fpmacros.c nan.c + w_sqrt.c w_sqrtf.c fpmacros.c nan.c s_ceilf.c s_floorf.c else # This list of math functions was taken from POSIX/IEEE 1003.1b-1993 CSRC = w_acos.c w_asin.c s_atan.c w_atan2.c s_ceil.c s_cos.c \ |