summaryrefslogtreecommitdiff
path: root/libm/e_fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_fmod.c')
-rw-r--r--libm/e_fmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_fmod.c b/libm/e_fmod.c
index 565c3772b..1e8487cf0 100644
--- a/libm/e_fmod.c
+++ b/libm/e_fmod.c
@@ -30,9 +30,9 @@ static double one = 1.0, Zero[] = {0.0, -0.0,};
#endif
#ifdef __STDC__
- double __ieee754_fmod(double x, double y)
+ double attribute_hidden __ieee754_fmod(double x, double y)
#else
- double __ieee754_fmod(x,y)
+ double attribute_hidden __ieee754_fmod(x,y)
double x,y ;
#endif
{