about summary refs log tree commit diff
path: root/sysdeps/generic/stpcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/stpcpy.c')
-rw-r--r--sysdeps/generic/stpcpy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/generic/stpcpy.c b/sysdeps/generic/stpcpy.c
index fb818105d2..92d3b4d25b 100644
--- a/sysdeps/generic/stpcpy.c
+++ b/sysdeps/generic/stpcpy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995, 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
@@ -44,6 +44,9 @@ __stpcpy (dest, src)
 
   return d - 1;
 }
+#ifdef libc_hidden_def
+libc_hidden_def (__stpcpy)
+#endif
 #ifdef weak_alias
 weak_alias (__stpcpy, stpcpy)
 #endif