Fix a typo.

This commit is contained in:
Ulrich Drepper 1998-01-30 12:24:41 +00:00
parent de0268b44e
commit 401a9d9e66
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)