aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/strtoll.c1
-rw-r--r--sysdeps/generic/strtoull.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/strtoll.c b/sysdeps/generic/strtoll.c
index e507abb703..cfa98c841f 100644
--- a/sysdeps/generic/strtoll.c
+++ b/sysdeps/generic/strtoll.c
@@ -21,4 +21,5 @@
#include <strtol.c>
+strong_alias (__strtoll_internal, __strtoq_internal)
weak_alias (strtoll, strtoq)
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