about summary refs log tree commit diff
path: root/sysdeps/wordsize-32/strtoumax.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-32/strtoumax.c')
-rw-r--r--sysdeps/wordsize-32/strtoumax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/wordsize-32/strtoumax.c b/sysdeps/wordsize-32/strtoumax.c
index 7f19ff0756..cabd4d8c8d 100644
--- a/sysdeps/wordsize-32/strtoumax.c
+++ b/sysdeps/wordsize-32/strtoumax.c
@@ -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)