socket: Use may_alias on sockaddr structs (bug 19622)
[glibc.git] / sysdeps / wordsize-64 / wcstoul_l.c
bloba5001ba83ffacd90edc6a1339bbe0d19b634b193
1 /* We have to irritate the compiler a bit. */
2 #define ____wcstoull_l_internal ____wcstoull_l_internal_XXX
3 #define __wcstoull_l ___wcstoull_l_XXX
4 #define wcstoull_l __wcstoull_l_XXX
5 #define __isoc23_wcstoull_l __isoc23_wcstoull_l_XXX
7 #include <wcsmbs/wcstoul_l.c>
9 #undef ____wcstoull_l_internal
10 #undef __wcstoull_l
11 #undef wcstoull_l
12 #undef __isoc23_wcstoull_l
13 strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal)
14 weak_alias (__wcstoul_l, __wcstoull_l)
15 weak_alias (__wcstoul_l, wcstoull_l)
16 weak_alias (__isoc23_wcstoul_l, __isoc23_wcstoull_l)
17 libc_hidden_ver (__isoc23_wcstoul_l, __isoc23_wcstoull_l)