mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix a typo.
This commit is contained in:
parent
de0268b44e
commit
401a9d9e66
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user