From a240c051db3ad364859313cef2097474a79c643e Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 1 Feb 2014 06:22:38 +0100 Subject: idevicename: removed signal() call --- tools/idevicename.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/idevicename.c') diff --git a/tools/idevicename.c b/tools/idevicename.c index a991a8f..8b45626 100644 --- a/tools/idevicename.c +++ b/tools/idevicename.c @@ -47,8 +47,6 @@ int main(int argc, char** argv) { NULL, 0, NULL, 0} }; - signal(SIGPIPE, SIG_IGN); - while ((c = getopt_long(argc, argv, "u:", longopts, &optidx)) != -1) { switch (c) { case 'u': -- cgit v1.1-32-gdbae