diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_fromfpxl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_fromfpxl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_fromfpxl.c b/sysdeps/ieee754/ldbl-96/s_fromfpxl.c index 2f3189d..9477cc2 100644 --- a/sysdeps/ieee754/ldbl-96/s_fromfpxl.c +++ b/sysdeps/ieee754/ldbl-96/s_fromfpxl.c @@ -1,4 +1,5 @@ #define UNSIGNED 0 #define INEXACT 1 -#define FUNC fromfpxl +#define FUNC __fromfpxl #include <s_fromfpl_main.c> +weak_alias (__fromfpxl, fromfpxl) |