diff options
Diffstat (limited to 'emu/port/exptab.c')
| -rw-r--r-- | emu/port/exptab.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emu/port/exptab.c b/emu/port/exptab.c new file mode 100644 index 00000000..782ef21d --- /dev/null +++ b/emu/port/exptab.c @@ -0,0 +1,6 @@ +#include "dat.h" +#include <dynld.h> + +/* dummy export table */ + +Dynsym _exporttab[] = { 0, 0, nil }; |
