mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
shutdown: voidify disable_binfmt()
This commit is contained in:
@@ -447,7 +447,7 @@ int main(int argc, char *argv[]) {
|
||||
(void) sync_with_progress(-EBADF);
|
||||
|
||||
disable_coredumps();
|
||||
disable_binfmt();
|
||||
(void) disable_binfmt();
|
||||
|
||||
log_info("Sending SIGTERM to remaining processes...");
|
||||
broadcast_signal(SIGTERM, true, true, arg_timeout);
|
||||
|
||||
Reference in New Issue
Block a user