coreutils/src
Jeffrey Finkelstein a0eed2405c timeout: refactor helper func for wait-then-signal
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.
2022-03-11 18:47:30 -05:00
..
bin fix Rust 1.59 clippy lints 2022-02-25 09:39:48 +01:00
uu timeout: refactor helper func for wait-then-signal 2022-03-11 18:47:30 -05:00
uucore Merge pull request #3116 from nickd0/printf-round-fix 2022-03-09 19:47:52 +01:00
uucore_procs Update of the cargo.lock url to point to the right branch 2022-03-06 22:13:17 +01:00