mirror of
https://github.com/vxcontrol/lualibs-pthread.git
synced 2026-07-01 23:34:02 -04:00
unimportant
This commit is contained in:
committed by
GitHub
parent
d2e62cf2bb
commit
ef28b60d89
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user