about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/strtol.c')
-rw-r--r--sysdeps/wordsize-64/strtol.c1
1 files changed, 1 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)