diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_ufromfpxl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_ufromfpxl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_ufromfpxl.c b/sysdeps/ieee754/ldbl-128/s_ufromfpxl.c index 906066c..2901151 100644 --- a/sysdeps/ieee754/ldbl-128/s_ufromfpxl.c +++ b/sysdeps/ieee754/ldbl-128/s_ufromfpxl.c @@ -1,4 +1,5 @@ #define UNSIGNED 1 #define INEXACT 1 -#define FUNC ufromfpxl +#define FUNC __ufromfpxl #include <s_fromfpl_main.c> +weak_alias (__ufromfpxl, ufromfpxl) |