diff options
Diffstat (limited to 'sysdeps/generic/strcpy.c')
-rw-r--r-- | sysdeps/generic/strcpy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strcpy.c b/sysdeps/generic/strcpy.c index f50cf95120..c736a60762 100644 --- a/sysdeps/generic/strcpy.c +++ b/sysdeps/generic/strcpy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1997, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -47,3 +47,4 @@ strcpy (dest, src) return dest; } +libc_hidden_builtin_def (strcpy) |