Newlib signals
Posted: Wed Mar 22, 2017 2:58 pm
Hi.
I'm working on signaling on newlib. But interestingly I couldn't find I way to signal except raise. Is there a way that I don't know to signal a task?
I don't think newlib implementation of signal only support the signal and raise.
If newlib implementation of signal only supports the signal and raise, it should be impossible send signals from kill syscall. But it's defined.
Again if it only supports signal and raise, how can I handle signals to be sent from kill?
Thanks in advance.
I'm working on signaling on newlib. But interestingly I couldn't find I way to signal except raise. Is there a way that I don't know to signal a task?
I don't think newlib implementation of signal only support the signal and raise.
If newlib implementation of signal only supports the signal and raise, it should be impossible send signals from kill syscall. But it's defined.
Again if it only supports signal and raise, how can I handle signals to be sent from kill?
Thanks in advance.