mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Remove SIGKILL handler from pause.c
This commit is contained in:
parent
c706a052ef
commit
68262ad5f4
@ -44,7 +44,6 @@ int main() {
|
||||
.sa_flags = SA_NOCLDSTOP},
|
||||
NULL) < 0)
|
||||
return 3;
|
||||
sigaction(SIGKILL, &(struct sigaction){.sa_handler = sigdown}, NULL);
|
||||
|
||||
for (;;)
|
||||
pause();
|
||||
|
Loading…
Reference in New Issue
Block a user