diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c b/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c deleted file mode 100644 index 37fa7f0467..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c +++ /dev/null @@ -1,10 +0,0 @@ -#define qfcvt qfcvt_XXX -#include "nldbl-compat.h" -#undef qfcvt - -attribute_hidden -char * -qfcvt (double val, int ndigit, int *__restrict decpt, int *__restrict sign) -{ - return fcvt (val, ndigit, decpt, sign); -} |