about summary refs log tree commit diff
path: root/sysdeps/wordsize-64
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64')
-rw-r--r--sysdeps/wordsize-64/strtol.c1
-rw-r--r--sysdeps/wordsize-64/wcstol.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/strtol.c b/sysdeps/wordsize-64/strtol.c
index 4ffbca6bdc..e6370150a4 100644
--- a/sysdeps/wordsize-64/strtol.c
+++ b/sysdeps/wordsize-64/strtol.c
@@ -9,5 +9,6 @@
 #undef strtoll
 #undef strtoq
 strong_alias (__strtol_internal, __strtoll_internal)
+libc_hidden_def (__strtoll_internal)
 weak_alias (strtol, strtoll)
 weak_alias (strtol, strtoq)
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)