summaryrefslogtreecommitdiff
path: root/libc/sysdeps/wordsize-64/strtoul_l.c
diff options
context:
space:
mode:
authorgcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-17 01:18:26 +0000
committergcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-17 01:18:26 +0000
commit15f34685e7a9b5caf761af2ebf6afa20438d440b (patch)
treedc04ce3cdf040f198743c15b64557824de174680 /libc/sysdeps/wordsize-64/strtoul_l.c
parent1e848e0e775a36f6359161f5deb890942ef42ff3 (diff)
downloadeglibc2-15f34685e7a9b5caf761af2ebf6afa20438d440b.tar.gz
Import glibc-mainline for 2006-08-16
git-svn-id: svn://svn.eglibc.org/fsf/trunk@4 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/wordsize-64/strtoul_l.c')
-rw-r--r--libc/sysdeps/wordsize-64/strtoul_l.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/sysdeps/wordsize-64/strtoul_l.c b/libc/sysdeps/wordsize-64/strtoul_l.c
new file mode 100644
index 000000000..80cca332b
--- /dev/null
+++ b/libc/sysdeps/wordsize-64/strtoul_l.c
@@ -0,0 +1,14 @@
+/* We have to irritate the compiler a bit. */
+#define ____strtoull_l_internal ____strtoull_l_internal_XXX
+#define __strtoull_l __strtoull_l_XXX
+#define strtoull_l strtoull_l_XXX
+
+#include <stdlib/strtoul_l.c>
+
+#undef ____strtoull_l_internal
+#undef __strtoull_l
+#undef strtoull_l
+strong_alias (____strtoul_l_internal, ____strtoull_l_internal)
+libc_hidden_ver (____strtoul_l_internal, ____strtoull_l_internal)
+weak_alias (__strtoul_l, __strtoull_l)
+weak_alias (__strtoul_l, strtoull_l)