diff options
author | Nikias Bassen | 2014-02-01 06:22:38 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-02-01 06:22:38 +0100 |
commit | a240c051db3ad364859313cef2097474a79c643e (patch) | |
tree | 99c2d5fb008e23cd92cdf6d8a052c5393fc7402b /tools | |
parent | 33d197799fee98310695639e055852e2a33d2fe3 (diff) | |
download | libimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.gz libimobiledevice-a240c051db3ad364859313cef2097474a79c643e.tar.bz2 |
idevicename: removed signal() call
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': |