From ec37a35b8b76a44f1d6e7ac98ecbf87145c4f7cf Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 10 Jun 2015 19:56:39 +0200 Subject: call: Don't reinstall SIGQUIT signal handler. This is Linux software so we don't have to deal with this kind of UNIX V7 or SVR3 braindamage of resetting the signal handlers. Signed-off-by: Ralf Baechle --- call/call.c | 1 - 1 file changed, 1 deletion(-) diff --git a/call/call.c b/call/call.c index 6c797f0..a1cf51c 100644 --- a/call/call.c +++ b/call/call.c @@ -413,7 +413,6 @@ static int connect_to(char *address[]) void cmd_intr(int sig) { - signal(SIGQUIT, cmd_intr); interrupted = TRUE; } -- cgit v1.2.3