diff options
Diffstat (limited to 'sysdeps/wordsize-64/strtoul_l.c')
-rw-r--r-- | sysdeps/wordsize-64/strtoul_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/strtoul_l.c b/sysdeps/wordsize-64/strtoul_l.c index 2997afa6c2..a5908298a4 100644 --- a/sysdeps/wordsize-64/strtoul_l.c +++ b/sysdeps/wordsize-64/strtoul_l.c @@ -7,4 +7,4 @@ #undef ____strtoull_l_internal #undef __strtoull_l strong_alias (____strtoul_l_internal, ____strtoull_l_internal) -weak_alias (____strtoull_l_internal, __strtoull_l) +weak_alias (__strtoul_l, __strtoull_l) |