Idempotent */
| 153 | } |
| 154 | /* Idempotent */ |
| 155 | static void clearHandler(void) |
| 156 | { |
| 157 | if (g_artefact) signal(SIGINT, SIG_DFL); |
| 158 | g_artefact = NULL; |
| 159 | } |
| 160 | |
| 161 | |
| 162 | /*-********************************************************* |
no outgoing calls
no test coverage detected