diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-03-29 22:24:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-03-29 22:24:55 +0000 |
commit | 62ca87751e6aba49388117fcf71d613d40a8900f (patch) | |
tree | 1f1dffbc049a97f71e7481b43f5b62dcc78a5161 /sys/arch/amiga/stand/loadbsd/openlibs_stub.c | |
parent | e67d583556a72a00ae4703b79321b01cf0e166f9 (diff) |
Updated to compile with recent AmigaOS Geek Gadgets toolchain,
plus clean-up.
Diffstat (limited to 'sys/arch/amiga/stand/loadbsd/openlibs_stub.c')
-rw-r--r-- | sys/arch/amiga/stand/loadbsd/openlibs_stub.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/amiga/stand/loadbsd/openlibs_stub.c b/sys/arch/amiga/stand/loadbsd/openlibs_stub.c new file mode 100644 index 00000000000..195f2298aab --- /dev/null +++ b/sys/arch/amiga/stand/loadbsd/openlibs_stub.c @@ -0,0 +1,6 @@ +/*?$OpenBSD: openlibs_stub.c,v 1.1 1998/03/29 22:24:53 espie Exp $?*/ + +void open_libraries() +{ +/* relies on libnix auto-open instead */ +} |