mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
parent
2969ed5161
commit
b5a613b14c
1 changed files with 0 additions and 8 deletions
|
|
@ -2158,12 +2158,6 @@ on_crash (int signum)
|
|||
raise (signum);
|
||||
}
|
||||
|
||||
static void
|
||||
on_sigchld (int signum)
|
||||
{
|
||||
waitpid (-1, NULL, WNOHANG);
|
||||
}
|
||||
|
||||
static void
|
||||
write_pid_file (const char *filename)
|
||||
{
|
||||
|
|
@ -2360,8 +2354,6 @@ main (int argc,
|
|||
return EX_UNAVAILABLE;
|
||||
}
|
||||
|
||||
signal (SIGCHLD, on_sigchld);
|
||||
|
||||
find_override_splash (&state);
|
||||
find_system_default_splash (&state);
|
||||
find_distribution_default_splash (&state);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue