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