about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/strtol_l.c
blob: 1ca48b9183d395061dbd2ed1544246cccfc05d35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* We have to irritate the compiler a bit.  */
#define ____strtoll_l_internal ____strtoll_l_internal_XXX
#define __strtoll_l __strtoll_l_XXX

#include <sysdeps/generic/strtol_l.c>

#undef ____strtoll_l_internal
#undef __strtoll_l
strong_alias (____strtol_l_internal, ____strtoll_l_internal)
libc_hidden_ver (____strtol_l_internal, ____strtoll_l_internal)
weak_alias (__strtol_l, __strtoll_l)