about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/strtol_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/strtol_l.c')
-rw-r--r--sysdeps/wordsize-64/strtol_l.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/wordsize-64/strtol_l.c b/sysdeps/wordsize-64/strtol_l.c
deleted file mode 100644
index b2cd102add..0000000000
--- a/sysdeps/wordsize-64/strtol_l.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* We have to irritate the compiler a bit.  */
-#define ____strtoll_l_internal ____strtoll_l_internal_XXX
-#define __strtoll_l __strtoll_l_XXX
-#define strtoll_l strtoll_l_XXX
-
-#include <stdlib/strtol_l.c>
-
-#undef ____strtoll_l_internal
-#undef __strtoll_l
-#undef strtoll_l
-strong_alias (____strtol_l_internal, ____strtoll_l_internal)
-libc_hidden_ver (____strtol_l_internal, ____strtoll_l_internal)
-weak_alias (__strtol_l, __strtoll_l)
-weak_alias (__strtol_l, strtoll_l)