about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/strtoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/strtoul.c')
-rw-r--r--sysdeps/wordsize-64/strtoul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/strtoul.c b/sysdeps/wordsize-64/strtoul.c
index 0e82c4c95f..ac3ca71116 100644
--- a/sysdeps/wordsize-64/strtoul.c
+++ b/sysdeps/wordsize-64/strtoul.c
@@ -9,5 +9,6 @@
 #undef strtoull
 #undef strtouq
 strong_alias (__strtoul_internal, __strtoull_internal)
+libc_hidden_ver (__strtoul_internal, __strtoull_internal)
 weak_alias (strtoul, strtoull)
 weak_alias (strtoul, strtouq)