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/powerpc/s_modf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libm/powerpc/s_modf.c') diff --git a/libm/powerpc/s_modf.c b/libm/powerpc/s_modf.c index cb8338a90..b9d69445d 100644 --- a/libm/powerpc/s_modf.c +++ b/libm/powerpc/s_modf.c @@ -280,6 +280,7 @@ long int roundtol ( double x ) * modf is the double implementation. * *******************************************************************************/ +libm_hidden_proto(modf) double modf ( double x, double *iptr ) { register double OldEnvironment, xtrunc; @@ -340,3 +341,4 @@ double modf ( double x, double *iptr ) return ( argument.dbl ); } } +libm_hidden_def(modf) -- cgit v1.2.3