summaryrefslogtreecommitdiff
path: root/stdlib/strtol_l.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 /stdlib/strtol_l.c
parent900bc6095a333b2e8f1bb062db2ff6dfcd9a0242 (diff)
Updated to fedora-glibc-20070809T0939cvs/fedora-glibc-2_6_90-5
Diffstat (limited to 'stdlib/strtol_l.c')
-rw-r--r--stdlib/strtol_l.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c
index e02a2747d0..ba0aba7919 100644
--- a/stdlib/strtol_l.c
+++ b/stdlib/strtol_l.c
@@ -1,5 +1,5 @@
/* Convert string representing a number to integer value, using given locale.
- Copyright (C) 1997, 2002, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1997, 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -561,4 +561,5 @@ __strtol_l (nptr, endptr, base, loc)
{
return INTERNAL (__strtol_l) (nptr, endptr, base, 0, loc);
}
+libc_hidden_def (__strtol_l)
weak_alias (__strtol_l, strtol_l)