about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/wcstol.c
blob: f7873b745bfaf863ca5cc141b824fc5b444cbd7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* We have to irritate the compiler a bit.  */
#define __wcstoll_internal __wcstoll_internal_XXX
#define wcstoll wcstoll_XXX

#include <sysdeps/generic/wcstol.c>

#undef __wcstoll_internal
#undef wcstoll
strong_alias (__wcstol_internal, __wcstoll_internal)
weak_alias (__wcstoll_internal, wcstoll)