diff options
Diffstat (limited to 'sysdeps/alpha/bzero.S')
-rw-r--r-- | sysdeps/alpha/bzero.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/bzero.S b/sysdeps/alpha/bzero.S index 1e0792395b..a2aa3a5213 100644 --- a/sysdeps/alpha/bzero.S +++ b/sysdeps/alpha/bzero.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. @@ -116,5 +116,5 @@ $oneq: $done: ret - END(bzero) + END(__bzero) weak_alias (__bzero, bzero) |