[RFC v2 0/1] Signal handling
by Richard Ipsum
Hi,
I've taken a look at lsignal and implemented some basic signal handling
using the debug hook method that it uses.
Luxio also blocks signals while they're being handled on the Lua side.
I'm not sure why lsignal doesn't do this, it seems necessary?
Thanks,
Richard
Richard Ipsum (1):
Bind sigaction(2)
luxio.c | 82 +++++++++++++++++++++++++++++++++++++++-
tests/test-sigaction.lua | 39 +++++++++++++++++++
2 files changed, 120 insertions(+), 1 deletion(-)
create mode 100644 tests/test-sigaction.lua
--
2.19.1
4 years, 3 months