diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_fromfpl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_fromfpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_fromfpl.c b/sysdeps/ieee754/ldbl-96/s_fromfpl.c index f3fdba33c1..bcedceea8e 100644 --- a/sysdeps/ieee754/ldbl-96/s_fromfpl.c +++ b/sysdeps/ieee754/ldbl-96/s_fromfpl.c @@ -2,4 +2,4 @@ #define INEXACT 0 #define FUNC __fromfpl #include <s_fromfpl_main.c> -weak_alias (__fromfpl, fromfpl) +libm_alias_ldouble (__fromfp, fromfp) |