diff --git a/build/pause/pause.c b/build/pause/pause.c index 7bb383dc77f..f9853915f82 100644 --- a/build/pause/pause.c +++ b/build/pause/pause.c @@ -44,7 +44,6 @@ int main() { .sa_flags = SA_NOCLDSTOP}, NULL) < 0) return 3; - sigaction(SIGKILL, &(struct sigaction){.sa_handler = sigdown}, NULL); for (;;) pause();