diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-23 21:03:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-23 21:03:03 +0000 |
commit | 229cf8d96c4c98b9c1696d066e66fd8fed84a000 (patch) | |
tree | 3d51e65e8283aae589e311c9430bc7e1028cb0cf /sysdeps/unix | |
parent | 2bfae43161fbf92736170f0264dd21cc14b6c73f (diff) | |
download | glibc-229cf8d96c4c98b9c1696d066e66fd8fed84a000.tar.gz glibc-229cf8d96c4c98b9c1696d066e66fd8fed84a000.tar.xz glibc-229cf8d96c4c98b9c1696d066e66fd8fed84a000.zip |
Moved tahoe files to ports repository
* sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/bsd/tahoe/Implies | 1 | ||||
-rw-r--r-- | sysdeps/unix/bsd/tahoe/sysdep.h | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/bsd/tahoe/Implies b/sysdeps/unix/bsd/tahoe/Implies deleted file mode 100644 index a7ecf58273..0000000000 --- a/sysdeps/unix/bsd/tahoe/Implies +++ /dev/null @@ -1 +0,0 @@ -unix/bsd/vax diff --git a/sysdeps/unix/bsd/tahoe/sysdep.h b/sysdeps/unix/bsd/tahoe/sysdep.h deleted file mode 100644 index b875906320..0000000000 --- a/sysdeps/unix/bsd/tahoe/sysdep.h +++ /dev/null @@ -1,5 +0,0 @@ -/* The Tahoe is just like the Vax, except the - `chmk' instruction is called `kcall'. */ - -#define chmk kcall -#include <sysdeps/unix/bsd/vax/sysdep.h> |