diff options
Diffstat (limited to 'sysdeps/wordsize-64/strtol_l.c')
-rw-r--r-- | sysdeps/wordsize-64/strtol_l.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/strtol_l.c b/sysdeps/wordsize-64/strtol_l.c index a3f519f46c..1ca48b9183 100644 --- a/sysdeps/wordsize-64/strtol_l.c +++ b/sysdeps/wordsize-64/strtol_l.c @@ -7,4 +7,5 @@ #undef ____strtoll_l_internal #undef __strtoll_l strong_alias (____strtol_l_internal, ____strtoll_l_internal) +libc_hidden_ver (____strtol_l_internal, ____strtoll_l_internal) weak_alias (__strtol_l, __strtoll_l) |