diff options
Diffstat (limited to 'lib/libc/ia64/net/ntohs.S')
-rw-r--r-- | lib/libc/ia64/net/ntohs.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/ia64/net/ntohs.S b/lib/libc/ia64/net/ntohs.S index 1eec14b..16a884b 100644 --- a/lib/libc/ia64/net/ntohs.S +++ b/lib/libc/ia64/net/ntohs.S @@ -28,6 +28,7 @@ * rights to redistribute these changes. */ -#define NAME ntohs +#define ALIAS ntohs +#define NAME __ntohs #include "byte_swap_2.S" |