]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/wordsize-64/wcstoul_l.c
Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)
[thirdparty/glibc.git] / sysdeps / wordsize-64 / wcstoul_l.c
CommitLineData
40cbb1a7
UD
1/* We have to irritate the compiler a bit. */
2#define ____wcstoull_l_internal ____wcstoull_l_internal_XXX
c0b33833
UD
3#define __wcstoull_l ___wcstoull_l_XXX
4#define wcstoull_l __wcstoull_l_XXX
64924422 5#define __isoc23_wcstoull_l __isoc23_wcstoull_l_XXX
40cbb1a7 6
b6ab06ce 7#include <wcsmbs/wcstoul_l.c>
40cbb1a7
UD
8
9#undef ____wcstoull_l_internal
10#undef __wcstoull_l
c0b33833 11#undef wcstoull_l
64924422 12#undef __isoc23_wcstoull_l
40cbb1a7 13strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal)
06a60d9c 14weak_alias (__wcstoul_l, __wcstoull_l)
1ab62b32 15weak_alias (__wcstoul_l, wcstoull_l)
64924422
JM
16weak_alias (__isoc23_wcstoul_l, __isoc23_wcstoull_l)
17libc_hidden_ver (__isoc23_wcstoul_l, __isoc23_wcstoull_l)