summaryrefslogtreecommitdiff
path: root/math/s_ldexpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_ldexpf.c')
-rw-r--r--math/s_ldexpf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/s_ldexpf.c b/math/s_ldexpf.c
index b105e293cc..bd946776e2 100644
--- a/math/s_ldexpf.c
+++ b/math/s_ldexpf.c
@@ -28,5 +28,4 @@ float __ldexpf(float value, int exp)
if(!__finitef(value)||value==(float)0.0) __set_errno (ERANGE);
return value;
}
-INTDEF(__ldexpf)
weak_alias (__ldexpf, ldexpf)