From e0fe45ce9c35c204a7c19d5a5291ca64b47b2452 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Wed, 16 Oct 2013 19:44:57 +0000 Subject: welcome lua(4), a devide driver that can create and control Lua states inside the kernel --- sys/modules/lua/math.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/modules/lua/math.h (limited to 'sys/modules/lua/math.h') diff --git a/sys/modules/lua/math.h b/sys/modules/lua/math.h new file mode 100644 index 00000000000..5d079ed3467 --- /dev/null +++ b/sys/modules/lua/math.h @@ -0,0 +1,6 @@ +/* $NetBSD */ + +/* + * This file is a placeholder only, to allow Lua to be compiled from + * unchanged sources. + */ -- cgit