about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_ufromfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/dbl-64/s_ufromfp.c')
-rw-r--r--sysdeps/ieee754/dbl-64/s_ufromfp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_ufromfp.c b/sysdeps/ieee754/dbl-64/s_ufromfp.c
deleted file mode 100644
index c3d9047930..0000000000
--- a/sysdeps/ieee754/dbl-64/s_ufromfp.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#define UNSIGNED 1
-#define INEXACT 0
-#define FUNC ufromfp
-#include <s_fromfp_main.c>
-#ifdef NO_LONG_DOUBLE
-weak_alias (ufromfp, ufromfpl)
-#endif