diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicename.c | 2 |
1 files changed, 0 insertions, 2 deletions
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': |