summaryrefslogtreecommitdiffstats
path: root/call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-06-10 19:56:39 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-06-10 19:56:39 +0200
commitec37a35b8b76a44f1d6e7ac98ecbf87145c4f7cf (patch)
tree9752468eae2a083b78d2099eb48bf648ca7cb511 /call
parent585dc5facf76440beca8e1ed9c55ff0c870b075a (diff)
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 <ralf@linux-mips.org>
Diffstat (limited to 'call')
-rw-r--r--call/call.c1
1 files changed, 0 insertions, 1 deletions
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;
}