From ef28b60d895923ec3d868df1ea40a531e37fc516 Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei <131660+capr@users.noreply.github.com> Date: Sat, 16 Nov 2019 00:36:09 +0200 Subject: [PATCH] unimportant --- pthread.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pthread.lua b/pthread.lua index ef4bd56..ec5606c 100644 --- a/pthread.lua +++ b/pthread.lua @@ -8,7 +8,7 @@ local ffi = require'ffi' local lib = ffi.os == 'Windows' and 'libwinpthread-1' or 'pthread' local C = ffi.load(lib) local H = {} --header namespace -local M = {C = C} +local M = {C = C, H = H} if ffi.os == 'Linux' then