diff options
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_fromfpxf.c')
-rw-r--r-- | sysdeps/ieee754/flt-32/s_fromfpxf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/flt-32/s_fromfpxf.c b/sysdeps/ieee754/flt-32/s_fromfpxf.c index 9d0fcbc..61f3e2f 100644 --- a/sysdeps/ieee754/flt-32/s_fromfpxf.c +++ b/sysdeps/ieee754/flt-32/s_fromfpxf.c @@ -1,4 +1,5 @@ #define UNSIGNED 0 #define INEXACT 1 -#define FUNC fromfpxf +#define FUNC __fromfpxf #include <s_fromfpf_main.c> +weak_alias (__fromfpxf, fromfpxf) |