| 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 | |
| 6 | #include <wcsmbs/wcstoul_l.c> | 
| 7 | |
| 8 | #undef ____wcstoull_l_internal | 
| 9 | #undef __wcstoull_l | 
| 10 | #undef wcstoull_l | 
| 11 | strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal) | 
| 12 | weak_alias (__wcstoul_l, __wcstoull_l) | 
| 13 | weak_alias (__wcstoul_l, wcstoull_l) | 
| 14 | 
