[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lalarm & io:read()?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 25 Mar 2012 21:47:06 -0300
> I have a very dim memory that lalarm might be able to call either
> signal or sigaction, but defaults to signal(), if so, try it with
> sigaction().
No, it does not support sigaction.
But given the existence of other signal libraries such as Jesse Luehrs'
LuaSignal and Patrick Donnelly's Lua Signal (and probably others),
do I really need to update lalarm?
Of course, I can do it if there is demand.