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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/wcstol.c b/sysdeps/wordsize-64/wcstol.c
index f7873b745b..fcfbcf36fa 100644
--- a/sysdeps/wordsize-64/wcstol.c
+++ b/sysdeps/wordsize-64/wcstol.c
@@ -1,10 +1,13 @@
 /* We have to irritate the compiler a bit.  */
 #define __wcstoll_internal __wcstoll_internal_XXX
 #define wcstoll wcstoll_XXX
+#define wcstoq wcstoq_XXX
 
 #include <sysdeps/generic/wcstol.c>
 
 #undef __wcstoll_internal
 #undef wcstoll
+#undef wcstoq
 strong_alias (__wcstol_internal, __wcstoll_internal)
-weak_alias (__wcstoll_internal, wcstoll)
+weak_alias (wcstol, wcstoll)
+weak_alias (wcstol, wcstoq)