(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / wordsize-64 / wcstoul.c
blobb6f5d9ac07673c2a2e064500880d0652ccc915c1
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 <sysdeps/generic/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)