]> sourceware.org Git - glibc.git/commitdiff
Add aliases for ntohl.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 1997 00:09:25 +0000 (00:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 1997 00:09:25 +0000 (00:09 +0000)
sysdeps/vax/htonl.s

index af5b96c22fdc1f8128b0f65c78613573ec43dcb5..93e13ea9a10cdc17d5a276a1478a309d18040d52 100644 (file)
 
 #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)
This page took 0.043957 seconds and 5 git commands to generate.