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