aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/strtoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/strtoull.c')
-rw-r--r--sysdeps/generic/strtoull.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/strtoull.c b/sysdeps/generic/strtoull.c
index 5ec375679d..80ccf91c5e 100644
--- a/sysdeps/generic/strtoull.c
+++ b/sysdeps/generic/strtoull.c
@@ -22,5 +22,6 @@
#include <strtoul.c>
#ifdef _LIBC
+strong_alias (__strtoull_internal, __strtouq_internal)
weak_alias (strtoull, strtouq)
#endif