diff options
Diffstat (limited to 'sysdeps/wordsize-64/wcstoul_l.c')
-rw-r--r-- | sysdeps/wordsize-64/wcstoul_l.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/wcstoul_l.c b/sysdeps/wordsize-64/wcstoul_l.c new file mode 100644 index 0000000000..24e54dfdca --- /dev/null +++ b/sysdeps/wordsize-64/wcstoul_l.c @@ -0,0 +1,10 @@ +/* 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) |