From 68262ad5f46673f61a8d11a8ed87f58df50b89d4 Mon Sep 17 00:00:00 2001 From: Lee Verberne Date: Thu, 19 Jan 2017 22:50:21 +0000 Subject: [PATCH] Remove SIGKILL handler from pause.c --- build/pause/pause.c | 1 - 1 file changed, 1 deletion(-) 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();