]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/wordsize-32/strtoumax.c
Use libc_hidden_* for strtoumax (bug 15105).
[thirdparty/glibc.git] / sysdeps / wordsize-32 / strtoumax.c
index 7f19ff075601c44dc5200b6d6c34c6a3da05281c..cabd4d8c8d0269b725171a5fc9c848adb134d291 100644 (file)
@@ -25,3 +25,4 @@ strtoumax (const char *__restrict nptr, char **__restrict endptr, int base)
 {
   return __strtoull_internal (nptr, endptr, base, 0);
 }
+libc_hidden_def (strtoumax)