1999-05-25 13:26:48 +00:00
|
|
|
/* We have to irritate the compiler a bit. */
|
|
|
|
#define ____strtoull_l_internal ____strtoull_l_internal_XXX
|
|
|
|
#define __strtoull_l __strtoull_l_XXX
|
2003-03-03 09:45:25 +00:00
|
|
|
#define strtoull_l strtoull_l_XXX
|
1999-05-25 13:26:48 +00:00
|
|
|
|
2005-12-14 08:43:25 +00:00
|
|
|
#include <stdlib/strtoul_l.c>
|
1999-05-25 13:26:48 +00:00
|
|
|
|
|
|
|
#undef ____strtoull_l_internal
|
|
|
|
#undef __strtoull_l
|
2003-03-03 09:45:25 +00:00
|
|
|
#undef strtoull_l
|
1999-05-25 13:26:48 +00:00
|
|
|
strong_alias (____strtoul_l_internal, ____strtoull_l_internal)
|
2002-08-05 00:43:00 +00:00
|
|
|
libc_hidden_ver (____strtoul_l_internal, ____strtoull_l_internal)
|
2001-01-05 01:01:31 +00:00
|
|
|
weak_alias (__strtoul_l, __strtoull_l)
|
2003-03-03 09:45:25 +00:00
|
|
|
weak_alias (__strtoul_l, strtoull_l)
|