From e392c0f030e5584c11bd7d0357ef9caaf238a391 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Jul 1997 00:09:30 +0000 Subject: [PATCH] Add aliases for ntohs. --- sysdeps/vax/htons.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/vax/htons.s b/sysdeps/vax/htons.s index c500e84..16964c2 100644 --- a/sysdeps/vax/htons.s +++ b/sysdeps/vax/htons.s @@ -28,3 +28,6 @@ ENTRY(htons, 0) movb 5(ap),r0 movzwl r0,r0 ret +strong_alias (__htons, __ntohs) +weak_alias (__htons, htons) +weak_alias (__ntohs, ntohs) -- 2.7.4