aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/wordsize-64/wcstoul_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/wordsize-64/wcstoul_l.c')
-rw-r--r--REORG.TODO/sysdeps/wordsize-64/wcstoul_l.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/wordsize-64/wcstoul_l.c b/REORG.TODO/sysdeps/wordsize-64/wcstoul_l.c
new file mode 100644
index 0000000000..c376fa0e81
--- /dev/null
+++ b/REORG.TODO/sysdeps/wordsize-64/wcstoul_l.c
@@ -0,0 +1,13 @@
+/* We have to irritate the compiler a bit. */
+#define ____wcstoull_l_internal ____wcstoull_l_internal_XXX
+#define __wcstoull_l ___wcstoull_l_XXX
+#define wcstoull_l __wcstoull_l_XXX
+
+#include <wcsmbs/wcstoul_l.c>
+
+#undef ____wcstoull_l_internal
+#undef __wcstoull_l
+#undef wcstoull_l
+strong_alias (____wcstoul_l_internal, ____wcstoull_l_internal)
+weak_alias (__wcstoul_l, __wcstoull_l)
+weak_alias (__wcstoul_l, wcstoull_l)