Blame sysdeps/wordsize-64/wcstoul.c

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