Blame sysdeps/wordsize-64/wcstoul_l.c

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