diff options
Diffstat (limited to 'sysdeps/alpha/htons.S')
-rw-r--r-- | sysdeps/alpha/htons.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S index cb22b21661..7717636782 100644 --- a/sysdeps/alpha/htons.S +++ b/sysdeps/alpha/htons.S @@ -25,7 +25,7 @@ ENTRY(__htons) bis v0, t1, v0 # v0 = bbaa ret - .end __htons + END(__htons) strong_alias_asm(__htons, __ntohs) weak_alias(__htons, htons) |