mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
process-util: slightly update comment in freeze()
This commit is contained in:
@@ -1997,7 +1997,8 @@ _noreturn_ void freeze(void) {
|
||||
break;
|
||||
}
|
||||
|
||||
/* waitid() failed with an unexpected error, things are really borked. Freeze now! */
|
||||
/* waitid() failed with an ECHLD error (because there are no left-over child processes) or any other
|
||||
* (unexpected) error. Freeze for good now! */
|
||||
for (;;)
|
||||
pause();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user