mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +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},
|
.sa_flags = SA_NOCLDSTOP},
|
||||||
NULL) < 0)
|
NULL) < 0)
|
||||||
return 3;
|
return 3;
|
||||||
sigaction(SIGKILL, &(struct sigaction){.sa_handler = sigdown}, NULL);
|
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
pause();
|
pause();
|
||||||
|
Loading…
Reference in New Issue
Block a user