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