From d8c656cee5b17bd57ef52e8b99813c16330193d5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 3 Aug 2002 06:30:45 +0000 Subject: [PATCH] (__stpncpy): Add libc_hidden_def. --- sysdeps/alpha/alphaev67/stpncpy.S | 3 ++- sysdeps/alpha/stpncpy.S | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysdeps/alpha/alphaev67/stpncpy.S b/sysdeps/alpha/alphaev67/stpncpy.S index 4b23731b8a..4d61d71317 100644 --- a/sysdeps/alpha/alphaev67/stpncpy.S +++ b/sysdeps/alpha/alphaev67/stpncpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2002 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@redhat.com) This file is part of the GNU C Library. @@ -112,4 +112,5 @@ $zerocount: END(__stpncpy) +libc_hidden_def (__stpncpy) weak_alias (__stpncpy, stpncpy) diff --git a/sysdeps/alpha/stpncpy.S b/sysdeps/alpha/stpncpy.S index 0a32356fa5..e877cf176a 100644 --- a/sysdeps/alpha/stpncpy.S +++ b/sysdeps/alpha/stpncpy.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 (rth@tamu.edu) @@ -103,4 +103,5 @@ $zerocount: END(__stpncpy) +libc_hidden_def (__stpncpy) weak_alias (__stpncpy, stpncpy)