summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/bsd/tahoe/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/bsd/tahoe/sysdep.h')
-rw-r--r--ports/sysdeps/unix/bsd/tahoe/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/bsd/tahoe/sysdep.h b/ports/sysdeps/unix/bsd/tahoe/sysdep.h
new file mode 100644
index 000000000..b87590632
--- /dev/null
+++ b/ports/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>