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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_fmod.c b/libm/e_fmod.c
index 503ff9254..54062a59f 100644
--- a/libm/e_fmod.c
+++ b/libm/e_fmod.c
@@ -20,7 +20,7 @@
static const double one = 1.0, Zero[] = {0.0, -0.0,};
-double attribute_hidden __ieee754_fmod(double x, double y)
+double __ieee754_fmod(double x, double y)
{
int32_t n,hx,hy,hz,ix,iy,sx,i;
u_int32_t lx,ly,lz;