summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96/s_ufromfpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_ufromfpl.c')
-rw-r--r--sysdeps/ieee754/ldbl-96/s_ufromfpl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_ufromfpl.c b/sysdeps/ieee754/ldbl-96/s_ufromfpl.c
new file mode 100644
index 0000000000..22935e6ef7
--- /dev/null
+++ b/sysdeps/ieee754/ldbl-96/s_ufromfpl.c
@@ -0,0 +1,5 @@
+#define UNSIGNED 1
+#define INEXACT 0
+#define FUNC __ufromfpl
+#include <s_fromfpl_main.c>
+libm_alias_ldouble (__ufromfp, ufromfp)