mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
a0eed2405c
Factor a helper function `wait_or_kill_process()` out of the main `timeout()` function. This helper function contains the code to wait for a child process and send the `SIGKILL` signal if it does not terminate within a specified amount of time. This does not change the function of `timeout`, just the organization of the code. |
||
---|---|---|
.. | ||
bin | ||
uu | ||
uucore | ||
uucore_procs |