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 7c62702..f1ef754 100644 --- a/sysdeps/alpha/htons.S +++ b/sysdeps/alpha/htons.S @@ -37,4 +37,4 @@ ENTRY(htons) END(htons) -weak_alias (htons, ntohs) +weak_alias(htons, ntohs) |