Timeline for Why below code is not able to unblock SIGINT signal
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 2, 2020 at 7:18 | vote | accept | MankPan | ||
| Dec 3, 2019 at 20:43 | history | edited | Philip Kirkbride | CC BY-SA 4.0 |
added 11 characters in body
|
| Sep 23, 2019 at 15:49 | comment | added | user313992 |
You should never use signal(2), but always sigaction(2), and you should never call printf() (or any other non signal safe function) from a signal handler.
|
|
| Sep 23, 2019 at 15:44 | answer | added | user313992 | timeline score: 3 | |
| Sep 23, 2019 at 11:20 | history | edited | MankPan | CC BY-SA 4.0 |
added 6 characters in body
|
| Sep 23, 2019 at 11:14 | history | asked | MankPan | CC BY-SA 4.0 |