justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
441 stars 54 forks source link

BSD sharing #125

Closed justincormack closed 10 years ago

justincormack commented 10 years ago

We can probably share types.lua, syscalls.lua, between all the BSD variants, as they share most of these and can just test with conditions.

Probably best to start with syscalls, as easy to do the tests.

justincormack commented 10 years ago

Also done types.