| 513 | } |
| 514 | |
| 515 | static void handle_kill_signal(BOOL flush_ok) |
| 516 | { |
| 517 | got_kill_signal = -1; |
| 518 | flush_ok_after_signal = flush_ok; |
| 519 | exit_cleanup(RERR_SIGNAL); |
| 520 | } |
| 521 | |
| 522 | /* Perform buffered input and/or output until specified conditions are met. |
| 523 | * When given a "needed" read or write request, this returns without doing any |
no outgoing calls
no test coverage detected