Fix typo.
This commit is contained in:
parent
401a9d9e66
commit
e85e76352c
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -35,6 +35,6 @@ ENTRY(htons)
|
|||||||
bis v0, t1, v0 # v0 = bbaa
|
bis v0, t1, v0 # v0 = bbaa
|
||||||
ret
|
ret
|
||||||
|
|
||||||
END(__htons)
|
END(htons)
|
||||||
|
|
||||||
weak_alias(htons, ntohs)
|
weak_alias(htons, ntohs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user