diff options
Diffstat (limited to 'sysdeps/wordsize-64/strtoumax.c')
-rw-r--r-- | sysdeps/wordsize-64/strtoumax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/strtoumax.c b/sysdeps/wordsize-64/strtoumax.c index bc7dd43cae..04468458df 100644 --- a/sysdeps/wordsize-64/strtoumax.c +++ b/sysdeps/wordsize-64/strtoumax.c @@ -25,3 +25,4 @@ strtoumax (const char *__restrict nptr, char **__restrict endptr, int base) { return __strtoul_internal (nptr, endptr, base, 0); } +libc_hidden_def (strtoumax) |