diff options
Diffstat (limited to 'sysdeps/generic/strcat.c')
-rw-r--r-- | sysdeps/generic/strcat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strcat.c b/sysdeps/generic/strcat.c index 82f1fb849f..eef22add36 100644 --- a/sysdeps/generic/strcat.c +++ b/sysdeps/generic/strcat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1997, 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 @@ -49,3 +49,4 @@ strcat (dest, src) return dest; } +libc_hidden_builtin_def (strcat) |