(__stpncpy): Add libc_hidden_def.
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 06:30:45 +0000 (06:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Aug 2002 06:30:45 +0000 (06:30 +0000)
sysdeps/alpha/alphaev67/stpncpy.S
sysdeps/alpha/stpncpy.S

index 4b23731..4d61d71 100644 (file)
@@ -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)
index 0a32356..e877cf1 100644 (file)
@@ -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)