Commit 68262ad5 authored by Lee Verberne's avatar Lee Verberne

Remove SIGKILL handler from pause.c

parent c706a052
...@@ -44,7 +44,6 @@ int main() { ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment