Add aliases for ntohl.

This commit is contained in:
Ulrich Drepper 1997-07-22 00:09:25 +00:00
parent 4264456034
commit 36968baa40
1 changed files with 4 additions and 1 deletions

View File

@ -23,8 +23,11 @@
#include "DEFS.h"
ENTRY(htonl, 0)
ENTRY(__htonl, 0)
rotl $-8,4(ap),r0
insv r0,$16,$8,r0
movb 7(ap),r0
ret
strong_alias (__htonl, __ntohl)
weak_alias (__htonl, htonl)
weak_alias (__ntohl, ntohl)