diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c b/sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c deleted file mode 100644 index dbaffaa486..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c +++ /dev/null @@ -1,10 +0,0 @@ -#define wcstold wcstold_XXX -#include "nldbl-compat.h" -#undef wcstold - -double -attribute_hidden -wcstold (const wchar_t *nptr, wchar_t **endptr) -{ - return wcstod (nptr, endptr); -} |