apio ec6ceb4c8d
All checks were successful
Build and test / build (push) Successful in 1m51s
init: Fix infinite wait loop
Since waitpid always sends a SIGCHLD now, we'd handle a SIGCHLD after returning from waitpid, which would trigger another wait, looping forever and not actually handling the wait.
2024-12-11 19:13:12 +01:00
..
2024-12-11 19:13:12 +01:00
2024-07-21 13:24:46 +02:00