about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/wcstoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/wcstoul.c')
-rw-r--r--sysdeps/wordsize-64/wcstoul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/wcstoul.c b/sysdeps/wordsize-64/wcstoul.c
index a6c5fd9f52..b6f5d9ac07 100644
--- a/sysdeps/wordsize-64/wcstoul.c
+++ b/sysdeps/wordsize-64/wcstoul.c
@@ -9,5 +9,6 @@
 #undef wcstoull
 #undef wcstouq
 strong_alias (__wcstoul_internal, __wcstoull_internal)
+libc_hidden_ver (__wcstoul_internal, __wcstoull_internal)
 weak_alias (wcstoul, wcstoull)
 weak_alias (wcstoul, wcstouq)