diff options
Diffstat (limited to 'sysdeps/generic/stpncpy.c')
-rw-r--r-- | sysdeps/generic/stpncpy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/stpncpy.c b/sysdeps/generic/stpncpy.c index 522e3f48fe..164d0f1747 100644 --- a/sysdeps/generic/stpncpy.c +++ b/sysdeps/generic/stpncpy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1995, 1996, 1997, 2002 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 @@ -95,5 +95,6 @@ __stpncpy (dest, src, n) return dest - 1; } #ifdef weak_alias +libc_hidden_def (__stpncpy) weak_alias (__stpncpy, stpncpy) #endif |