diff options
Diffstat (limited to 'sysdeps/alpha/htonl.S')
-rw-r--r-- | sysdeps/alpha/htonl.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/htonl.S b/sysdeps/alpha/htonl.S index 8c1c700212..9777e461cc 100644 --- a/sysdeps/alpha/htonl.S +++ b/sysdeps/alpha/htonl.S @@ -31,7 +31,7 @@ ENTRY(__htonl) or t2, v0, v0 # v0 = ddccbbaa ret - .end __htonl + END(__htonl) strong_alias_asm(__htonl, __ntohl) weak_alias(__htonl, htonl) |