Blame sysdeps/wordsize-64/wcstoul.c

Packit 6c4009
/* We have to irritate the compiler a bit.  */
Packit 6c4009
#define __wcstoull_internal __wcstoull_internal_XXX
Packit 6c4009
#define wcstoull wcstoull_XXX
Packit 6c4009
#define wcstouq wcstouq_XXX
Packit 6c4009
Packit 6c4009
#include <wcsmbs/wcstoul.c>
Packit 6c4009
Packit 6c4009
#undef __wcstoull_internal
Packit 6c4009
#undef wcstoull
Packit 6c4009
#undef wcstouq
Packit 6c4009
strong_alias (__wcstoul_internal, __wcstoull_internal)
Packit 6c4009
libc_hidden_ver (__wcstoul_internal, __wcstoull_internal)
Packit 6c4009
weak_alias (wcstoul, wcstoull)
Packit 6c4009
weak_alias (wcstoul, wcstouq)