Update.
[glibc.git] / sysdeps / wordsize-64 / strtoul_l.c
bloba5908298a41a32620a94f0083fe7240da8365187
1 /* We have to irritate the compiler a bit. */
2 #define ____strtoull_l_internal ____strtoull_l_internal_XXX
3 #define __strtoull_l __strtoull_l_XXX
5 #include <sysdeps/generic/strtoul_l.c>
7 #undef ____strtoull_l_internal
8 #undef __strtoull_l
9 strong_alias (____strtoul_l_internal, ____strtoull_l_internal)
10 weak_alias (__strtoul_l, __strtoull_l)