diff options
Diffstat (limited to 'math/s_ldexpl.c')
-rw-r--r-- | math/s_ldexpl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/s_ldexpl.c b/math/s_ldexpl.c index 7c7809f..f34c805 100644 --- a/math/s_ldexpl.c +++ b/math/s_ldexpl.c @@ -30,3 +30,4 @@ long double __ldexpl(long double value, int exp) return value; } weak_alias (__ldexpl, ldexpl) +weak_alias (__ldexpl, scalbnl) |