diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_ufromfpl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_ufromfpl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_ufromfpl.c b/sysdeps/ieee754/ldbl-96/s_ufromfpl.c index c686daa..2176aa0 100644 --- a/sysdeps/ieee754/ldbl-96/s_ufromfpl.c +++ b/sysdeps/ieee754/ldbl-96/s_ufromfpl.c @@ -1,4 +1,5 @@ #define UNSIGNED 1 #define INEXACT 0 -#define FUNC ufromfpl +#define FUNC __ufromfpl #include <s_fromfpl_main.c> +weak_alias (__ufromfpl, ufromfpl) |