Blame sysdeps/wordsize-64/wcstoul_l.c

Packit 6c4009
/* We have to irritate the compiler a bit.  */
Packit 6c4009
#define ____wcstoull_l_internal ____wcstoull_l_internal_XXX
Packit 6c4009
#define __wcstoull_l ___wcstoull_l_XXX
Packit 6c4009
#define wcstoull_l __wcstoull_l_XXX
Packit 6c4009
Packit 6c4009
#include <wcsmbs/wcstoul_l.c>
Packit 6c4009
Packit 6c4009
#undef ____wcstoull_l_internal
Packit 6c4009
#undef __wcstoull_l
Packit 6c4009
#undef wcstoull_l
Packit 6c4009
strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal)
Packit 6c4009
weak_alias (__wcstoul_l, __wcstoull_l)
Packit 6c4009
weak_alias (__wcstoul_l, wcstoull_l)