aboutsummaryrefslogtreecommitdiff
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/wcstol.c b/sysdeps/wordsize-64/wcstol.c
index fcfbcf36fa..0aaa5f6ca9 100644
--- a/sysdeps/wordsize-64/wcstol.c
+++ b/sysdeps/wordsize-64/wcstol.c
@@ -9,5 +9,8 @@
#undef wcstoll
#undef wcstoq
strong_alias (__wcstol_internal, __wcstoll_internal)
+libc_hidden_def (__wcstoll_internal)
weak_alias (wcstol, wcstoll)
+libc_hidden_weak (wcstoll)
weak_alias (wcstol, wcstoq)
+libc_hidden_weak (wcstoq)