mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
11 lines
351 B
C
11 lines
351 B
C
|
/* We have to irritate the compiler a bit. */
|
||
|
#define ____wcstoull_l_internal ____wcstoull_l_internal_XXX
|
||
|
#define __wcstoull_l __wcstoull_l_XXX
|
||
|
|
||
|
#include <sysdeps/generic/wcstoul_l.c>
|
||
|
|
||
|
#undef ____wcstoull_l_internal
|
||
|
#undef __wcstoull_l
|
||
|
strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal)
|
||
|
weak_alias (____wcstoull_l_internal, __wcstoull_l)
|