diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-07-22 00:09:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-07-22 00:09:47 +0000 |
commit | 284d16781d2d9566e83200e26f87a1e128de7ae3 (patch) | |
tree | ba0cd9c48f3af49d3eceb371bff51f596793309a /sysdeps/alpha | |
parent | e392c0f030e5584c11bd7d0357ef9caaf238a391 (diff) | |
download | glibc-284d16781d2d9566e83200e26f87a1e128de7ae3.tar glibc-284d16781d2d9566e83200e26f87a1e128de7ae3.tar.gz glibc-284d16781d2d9566e83200e26f87a1e128de7ae3.tar.bz2 glibc-284d16781d2d9566e83200e26f87a1e128de7ae3.zip |
We use aliases now.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/ntohl.s | 2 | ||||
-rw-r--r-- | sysdeps/alpha/ntohs.s | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/alpha/ntohl.s b/sysdeps/alpha/ntohl.s deleted file mode 100644 index 6a99a01dc4..0000000000 --- a/sysdeps/alpha/ntohl.s +++ /dev/null @@ -1,2 +0,0 @@ -/* This is a dummy to avoid including the generic version. htonl and -ntohl are identical and htonl.S defines appropriate aliases. */ diff --git a/sysdeps/alpha/ntohs.s b/sysdeps/alpha/ntohs.s deleted file mode 100644 index 69992a894c..0000000000 --- a/sysdeps/alpha/ntohs.s +++ /dev/null @@ -1,2 +0,0 @@ -/* This is a dummy to avoid including the generic version. htons and -ntohs are identical and htons.S defines appropriate aliases. */ |