diff options
Diffstat (limited to 'sysdeps/ieee754/dbl-64/s_ufromfp.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/s_ufromfp.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_ufromfp.c b/sysdeps/ieee754/dbl-64/s_ufromfp.c new file mode 100644 index 0000000000..c3d9047930 --- /dev/null +++ b/sysdeps/ieee754/dbl-64/s_ufromfp.c @@ -0,0 +1,7 @@ +#define UNSIGNED 1 +#define INEXACT 0 +#define FUNC ufromfp +#include <s_fromfp_main.c> +#ifdef NO_LONG_DOUBLE +weak_alias (ufromfp, ufromfpl) +#endif |