* When we receive an exit signal, that will interrupt any * in-progress system call if appropriate. We just need a * no-op signal handler that the system will call, interrupting * the system-call-in-progress. */
| 61 | * the system-call-in-progress. |
| 62 | */ |
| 63 | void ExitRequestHandler(int) {} |
| 64 | |
| 65 | /* |
| 66 | * Establishes the exit signal masks and handlers. |
nothing calls this directly
no outgoing calls
no test coverage detected