diff options
Diffstat (limited to 'string/strverscmp.c')
-rw-r--r-- | string/strverscmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/strverscmp.c b/string/strverscmp.c index 488f35674f..8efac30383 100644 --- a/string/strverscmp.c +++ b/string/strverscmp.c @@ -1,5 +1,5 @@ /* Compare strings while treating digits characters numerically. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997. @@ -109,4 +109,5 @@ __strverscmp (s1, s2) return state; } } +libc_hidden_def (__strverscmp) weak_alias (__strverscmp, strverscmp) |