about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/wcstoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/wcstoul.c')
-rw-r--r--sysdeps/wordsize-64/wcstoul.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/wordsize-64/wcstoul.c b/sysdeps/wordsize-64/wcstoul.c
deleted file mode 100644
index 2becb80744..0000000000
--- a/sysdeps/wordsize-64/wcstoul.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* We have to irritate the compiler a bit.  */
-#define __wcstoull_internal __wcstoull_internal_XXX
-#define wcstoull wcstoull_XXX
-#define wcstouq wcstouq_XXX
-
-#include <wcsmbs/wcstoul.c>
-
-#undef __wcstoull_internal
-#undef wcstoull
-#undef wcstouq
-strong_alias (__wcstoul_internal, __wcstoull_internal)
-libc_hidden_ver (__wcstoul_internal, __wcstoull_internal)
-weak_alias (wcstoul, wcstoull)
-weak_alias (wcstoul, wcstouq)