diff options
Diffstat (limited to 'sysdeps/wordsize-64/strtoul.c')
-rw-r--r-- | sysdeps/wordsize-64/strtoul.c | 1 |
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) |