From 9cc29786d72e56085fc61473bd51e8829dc17bad Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 17 Jan 2006 00:01:09 +0000 Subject: All math related relocs gone --- 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