diff options
Diffstat (limited to 'sysdeps/unix/bsd/tahoe/sysdep.h')
-rw-r--r-- | sysdeps/unix/bsd/tahoe/sysdep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/tahoe/sysdep.h b/sysdeps/unix/bsd/tahoe/sysdep.h new file mode 100644 index 0000000000..b875906320 --- /dev/null +++ b/sysdeps/unix/bsd/tahoe/sysdep.h @@ -0,0 +1,5 @@ +/* The Tahoe is just like the Vax, except the + `chmk' instruction is called `kcall'. */ + +#define chmk kcall +#include <sysdeps/unix/bsd/vax/sysdep.h> |