about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/s_fromfpxf128.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/float128/s_fromfpxf128.c')
-rw-r--r--sysdeps/ieee754/float128/s_fromfpxf128.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/float128/s_fromfpxf128.c b/sysdeps/ieee754/float128/s_fromfpxf128.c
index 21676fab03..ef05f4beac 100644
--- a/sysdeps/ieee754/float128/s_fromfpxf128.c
+++ b/sysdeps/ieee754/float128/s_fromfpxf128.c
@@ -1,5 +1,6 @@
 #define UNSIGNED 0
 #define INEXACT 1
-#define FUNC fromfpxf128
+#define FUNC __fromfpxf128
 #include <float128_private.h>
 #include "../ldbl-128/s_fromfpl_main.c"
+weak_alias (__fromfpxf128, fromfpxf128)