]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/wordsize-64/strtoul_l.c
Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
[thirdparty/glibc.git] / sysdeps / wordsize-64 / strtoul_l.c
CommitLineData
03197d47
UD
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
a49f5762 4#define strtoull_l strtoull_l_XXX
64924422 5#define __isoc23_strtoull_l __isoc23_strtoull_l_XXX
03197d47 6
b6ab06ce 7#include <stdlib/strtoul_l.c>
03197d47
UD
8
9#undef ____strtoull_l_internal
10#undef __strtoull_l
a49f5762 11#undef strtoull_l
64924422 12#undef __isoc23_strtoull_l
03197d47 13strong_alias (____strtoul_l_internal, ____strtoull_l_internal)
855efb5f 14libc_hidden_ver (____strtoul_l_internal, ____strtoull_l_internal)
06a60d9c 15weak_alias (__strtoul_l, __strtoull_l)
a49f5762 16weak_alias (__strtoul_l, strtoull_l)
64924422
JM
17weak_alias (__isoc23_strtoul_l, __isoc23_strtoull_l)
18libc_hidden_ver (__isoc23_strtoul_l, __isoc23_strtoull_l)