diff options
Diffstat (limited to 'math/s_ldexpf.c')
-rw-r--r-- | math/s_ldexpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/s_ldexpf.c b/math/s_ldexpf.c index 24054ffa71..37af88004f 100644 --- a/math/s_ldexpf.c +++ b/math/s_ldexpf.c @@ -29,3 +29,4 @@ float __ldexpf(float value, int exp) return value; } weak_alias (__ldexpf, ldexpf) +weak_alias (__ldexpf, scalbnf) |