From: Ulrich Drepper Date: Fri, 30 Jan 1998 12:24:41 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: glibc-2.16-ports-before-merge~3324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=401a9d9e66320a1e2ee8a24a3cd7788f3659816a;p=thirdparty%2Fglibc.git Fix a typo. --- diff --git a/sysdeps/alpha/bzero.S b/sysdeps/alpha/bzero.S index 1e0792395b0..a2aa3a52130 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) diff --git a/sysdeps/alpha/htonl.S b/sysdeps/alpha/htonl.S index 4308192cbf3..a4e39cee1bd 100644 --- a/sysdeps/alpha/htonl.S +++ b/sysdeps/alpha/htonl.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 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 @@ -41,6 +41,6 @@ ENTRY(htonl) or t2, v0, v0 # v0 = ddccbbaa ret - END(__htonl) + END(htonl) weak_alias(htonl, ntohl)