diff options
Diffstat (limited to 'sysdeps/generic/strncpy.c')
-rw-r--r-- | sysdeps/generic/strncpy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strncpy.c b/sysdeps/generic/strncpy.c index 4a0b1e5e95..f32612e1cf 100644 --- a/sysdeps/generic/strncpy.c +++ b/sysdeps/generic/strncpy.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 @@ -84,3 +84,4 @@ strncpy (s1, s2, n) return s; } +libc_hidden_builtin_def (strncpy) |