diff options
Diffstat (limited to 'sysdeps/generic/strtoll.c')
-rw-r--r-- | sysdeps/generic/strtoll.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/strtoll.c b/sysdeps/generic/strtoll.c index 0163a758..aee524c 100644 --- a/sysdeps/generic/strtoll.c +++ b/sysdeps/generic/strtoll.c @@ -25,7 +25,10 @@ # ifdef SHARED # include <shlib-compat.h> +# if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) compat_symbol (libc, __strtoll_internal, __strtoq_internal, GLIBC_2_0); +# endif + # endif weak_alias (strtoll, strtoq) #endif |