From f63dad74e85e5b00db30c8466da2c474f3f51b2e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Jun 2003 05:50:09 +0000 Subject: Add in ceilf() and floorf() since XFree86 wants them... --- libm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/Makefile') 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 \ -- cgit v1.2.3