From: Ulrich Drepper Date: Sun, 4 Aug 2002 01:22:10 +0000 (+0000) Subject: (__stpcpy): Add libc_hidden_def. X-Git-Tag: glibc-2.16-ports-before-merge~1646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5d48d74e6e0ef2dd71fdb5b72b2eb58f90698aa;p=thirdparty%2Fglibc.git (__stpcpy): Add libc_hidden_def. --- diff --git a/sysdeps/alpha/alphaev67/stpcpy.S b/sysdeps/alpha/alphaev67/stpcpy.S index bb9da0c73d6..d09babc8f59 100644 --- a/sysdeps/alpha/alphaev67/stpcpy.S +++ b/sysdeps/alpha/alphaev67/stpcpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson . @@ -50,3 +50,4 @@ ENTRY(__stpcpy) END(__stpcpy) weak_alias (__stpcpy, stpcpy) +libc_hidden_def (__stpcpy) diff --git a/sysdeps/alpha/stpcpy.S b/sysdeps/alpha/stpcpy.S index 1ed74421e88..a37a308bb31 100644 --- a/sysdeps/alpha/stpcpy.S +++ b/sysdeps/alpha/stpcpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson , 1996. @@ -52,3 +52,4 @@ ENTRY(__stpcpy) END(__stpcpy) weak_alias (__stpcpy, stpcpy) +libc_hidden_def (__stpcpy)