2.9
[glibc/nacl-glibc.git] / sysdeps / wordsize-64 / wcstoul.c
blob2becb807449c5a116ef022c139031b225fe73cf4
1 /* We have to irritate the compiler a bit. */
2 #define __wcstoull_internal __wcstoull_internal_XXX
3 #define wcstoull wcstoull_XXX
4 #define wcstouq wcstouq_XXX
6 #include <wcsmbs/wcstoul.c>
8 #undef __wcstoull_internal
9 #undef wcstoull
10 #undef wcstouq
11 strong_alias (__wcstoul_internal, __wcstoull_internal)
12 libc_hidden_ver (__wcstoul_internal, __wcstoull_internal)
13 weak_alias (wcstoul, wcstoull)
14 weak_alias (wcstoul, wcstouq)