diff options
Diffstat (limited to 'lib/libc/ia64/net/ntohl.S')
-rw-r--r-- | lib/libc/ia64/net/ntohl.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/ia64/net/ntohl.S b/lib/libc/ia64/net/ntohl.S index 54299c4..9e2c612 100644 --- a/lib/libc/ia64/net/ntohl.S +++ b/lib/libc/ia64/net/ntohl.S @@ -28,6 +28,7 @@ * rights to redistribute these changes. */ -#define NAME ntohl +#define ALIAS ntohl +#define NAME __ntohl #include "byte_swap_4.S" |