diff options
Diffstat (limited to 'sysdeps/i386/strlen.c')
-rw-r--r-- | sysdeps/i386/strlen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/strlen.c b/sysdeps/i386/strlen.c index b21414ee32..93bf1506ea 100644 --- a/sysdeps/i386/strlen.c +++ b/sysdeps/i386/strlen.c @@ -1,5 +1,5 @@ /* Determine the length of a string. For Intel 80x86, x>=3. - Copyright (C) 1991, 1992, 1993, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1991,1992,1993,1996,1997,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund (tege@sics.se). @@ -33,3 +33,4 @@ strlen (const char *str) return -2 - cnt; } +libc_hidden_builtin_def (strlen) |