From cb6a88484ce0b5ffba2fe98a40e2d51f4af92eb8 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 25 Feb 2006 04:03:33 +0000 Subject: Merge from trunk. Going pretty good so far. Kind of. Okay, not really. --- libm/e_lgamma_r.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libm/e_lgamma_r.c') diff --git a/libm/e_lgamma_r.c b/libm/e_lgamma_r.c index 42b48b3a6..5e1b373c0 100644 --- a/libm/e_lgamma_r.c +++ b/libm/e_lgamma_r.c @@ -84,6 +84,9 @@ static char rcsid[] = "$NetBSD: e_lgamma_r.c,v 1.7 1995/05/10 20:45:42 jtc Exp $ #include "math.h" #include "math_private.h" +libm_hidden_proto(floor) +libm_hidden_proto(fabs) + #ifdef __STDC__ static const double #else @@ -164,7 +167,7 @@ static double zero= 0.00000000000000000000e+00; static #ifdef __GNUC__ -__inline__ +inline #endif #ifdef __STDC__ double sin_pi(double x) -- cgit v1.2.3