summaryrefslogtreecommitdiff
path: root/sysdeps/wordsize-64/strtol.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-08-09 10:29:35 +0000
committerRoland McGrath <roland@gnu.org>2007-08-09 10:29:35 +0000
commit9d75f89c668d86ea06052225bd4caf806394dc2c (patch)
tree505fb989c67452c2265ec905710c5ac523fd08b0 /sysdeps/wordsize-64/strtol.c
parent900bc6095a333b2e8f1bb062db2ff6dfcd9a0242 (diff)
Updated to fedora-glibc-20070809T0939cvs/fedora-glibc-2_6_90-5
Diffstat (limited to 'sysdeps/wordsize-64/strtol.c')
-rw-r--r--sysdeps/wordsize-64/strtol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/strtol.c b/sysdeps/wordsize-64/strtol.c
index 2e1b229349..ac17bbe4c8 100644
--- a/sysdeps/wordsize-64/strtol.c
+++ b/sysdeps/wordsize-64/strtol.c
@@ -11,4 +11,6 @@
strong_alias (__strtol_internal, __strtoll_internal)
libc_hidden_ver (__strtol_internal, __strtoll_internal)
weak_alias (strtol, strtoll)
+libc_hidden_ver (strtol, strtoll)
weak_alias (strtol, strtoq)
+libc_hidden_ver (strtol, strtoq)