diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-19 19:52:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-19 19:52:47 +0000 |
commit | 95a89bf364c80593fcf146aeb5e0569b26c7f6b3 (patch) | |
tree | 08d4e96325de1f4d5a62375fdf3d66fae1cedee1 /sysdeps/alpha/ntohs.s | |
parent | 4e4e7fca8e8b2c68665b6864d1757fca20fbacf3 (diff) | |
download | glibc-95a89bf364c80593fcf146aeb5e0569b26c7f6b3.tar glibc-95a89bf364c80593fcf146aeb5e0569b26c7f6b3.tar.gz glibc-95a89bf364c80593fcf146aeb5e0569b26c7f6b3.tar.bz2 glibc-95a89bf364c80593fcf146aeb5e0569b26c7f6b3.zip |
Wed Feb 14 00:21:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/alpha/divrem.S, sysdeps/alpha/htonl.S,
sysdeps/alpha/htons.S, sysdeps/alpha/machine-gmon.h,
sysdeps/alpha/_mcount.S, sysdeps/alpha/ntohl.s, sysdeps/alpha/ntohs.s,
sysdeps/alpha/strlen.S: New files.
Diffstat (limited to 'sysdeps/alpha/ntohs.s')
-rw-r--r-- | sysdeps/alpha/ntohs.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/alpha/ntohs.s b/sysdeps/alpha/ntohs.s new file mode 100644 index 0000000000..69992a894c --- /dev/null +++ b/sysdeps/alpha/ntohs.s @@ -0,0 +1,2 @@ +/* This is a dummy to avoid including the generic version. htons and +ntohs are identical and htons.S defines appropriate aliases. */ |