I am looking deeply on the system function signal() and sigaction()
I read some pages on these two functions, and they mainly talked about the differences as portability and the "no - race condition".
Could anyone clarify these for me?
p.s. I was guided to use sigaction() function rather than signal() function when we are trying to change the control signals. Why is that?
Any help would be appreciated. Thank you guys!!