* Mainloop signal handler. */
| 196 | * Mainloop signal handler. |
| 197 | */ |
| 198 | static void |
| 199 | mon_shutdown(int nsig) |
| 200 | { |
| 201 | clean_up(EX_OK); |
| 202 | } |
| 203 | |
| 204 | #if ON_DARWIN |
| 205 | # define sighandler_t sig_t |
nothing calls this directly
no test coverage detected