summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emu/Linux/emu1
-rw-r--r--emu/port/devtab.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/emu/Linux/emu b/emu/Linux/emu
index 1edbdf1b..b35aad47 100644
--- a/emu/Linux/emu
+++ b/emu/Linux/emu
@@ -56,6 +56,7 @@ port
cache
chan
dev
+ devtab
dial
dis
diff --git a/emu/port/devtab.c b/emu/port/devtab.c
new file mode 100644
index 00000000..cc77a035
--- /dev/null
+++ b/emu/port/devtab.c
@@ -0,0 +1,5 @@
+void
+placeholderonly(void)
+{
+ /* just in case some host compiler hates empty files */
+}