]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/wordsize-64/strtoul_l.c
2005-12-13 Ulrich Drepper <drepper@redhat.com>
[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
03197d47 5
b6ab06ce 6#include <stdlib/strtoul_l.c>
03197d47
UD
7
8#undef ____strtoull_l_internal
9#undef __strtoull_l
a49f5762 10#undef strtoull_l
03197d47 11strong_alias (____strtoul_l_internal, ____strtoull_l_internal)
855efb5f 12libc_hidden_ver (____strtoul_l_internal, ____strtoull_l_internal)
06a60d9c 13weak_alias (__strtoul_l, __strtoull_l)
a49f5762 14weak_alias (__strtoul_l, strtoull_l)