justincormack / ljsyscall

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

never need to pass abi now #95

Closed justincormack closed 11 years ago

justincormack commented 11 years ago

as there is only one version. eg still being passed to ioctl.lua, types, etc - see syscall.init.lua

justincormack commented 11 years ago

note ioctl should not need to be function, as always uses its own OS types. so linux ioctl should get linux types module.

Thats much harder, as linux types is called from main types not vice versa, need to invert control...