]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/wordsize-64/strtoul.c
Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
[thirdparty/glibc.git] / sysdeps / wordsize-64 / strtoul.c
1 /* We have to irritate the compiler a bit. */
2 #define __strtoull_internal __strtoull_internal_XXX
3 #define strtoull strtoull_XXX
4 #define strtouq strtouq_XXX
5
6 #include <stdlib/strtoul.c>
7
8 #undef __strtoull_internal
9 #undef strtoull
10 #undef strtouq
11 strong_alias (__strtoul_internal, __strtoull_internal)
12 libc_hidden_ver (__strtoul_internal, __strtoull_internal)
13 weak_alias (strtoul, strtoull)
14 weak_alias (strtoul, strtouq)