about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/wcstol.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/wcstol.c')
-rw-r--r--sysdeps/wordsize-64/wcstol.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/wordsize-64/wcstol.c b/sysdeps/wordsize-64/wcstol.c
deleted file mode 100644
index b10895a82b..0000000000
--- a/sysdeps/wordsize-64/wcstol.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* We have to irritate the compiler a bit.  */
-#define __wcstoll_internal __wcstoll_internal_XXX
-#define wcstoll wcstoll_XXX
-#define wcstoq wcstoq_XXX
-
-#include <wcsmbs/wcstol.c>
-
-#undef __wcstoll_internal
-#undef wcstoll
-#undef wcstoq
-strong_alias (__wcstol_internal, __wcstoll_internal)
-libc_hidden_ver (__wcstol_internal, __wcstoll_internal)
-weak_alias (wcstol, wcstoll)
-weak_alias (wcstol, wcstoq)