summaryrefslogtreecommitdiff
path: root/sys/modules/lua/stdarg.h
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2013-10-16 19:44:57 +0000
committermbalmer <mbalmer@NetBSD.org>2013-10-16 19:44:57 +0000
commite0fe45ce9c35c204a7c19d5a5291ca64b47b2452 (patch)
treee871dc37f16f51aff76180bb26119b0ced6630a4 /sys/modules/lua/stdarg.h
parenta1bd524499a4e93e3f6f934dc1e6f644595e0a89 (diff)
welcome lua(4), a devide driver that can create and control Lua states inside the kernel
Diffstat (limited to 'sys/modules/lua/stdarg.h')
-rw-r--r--sys/modules/lua/stdarg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/lua/stdarg.h b/sys/modules/lua/stdarg.h
new file mode 100644
index 00000000000..bde63f352e6
--- /dev/null
+++ b/sys/modules/lua/stdarg.h
@@ -0,0 +1,8 @@
+/* $NetBSD */
+
+/*
+ * This file is a placeholder only, to allow Lua to be compiled from
+ * unchanged sources.
+ */
+
+#include <sys/stdarg.h>