diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-18 20:08:04 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-18 20:08:04 +0000 |
commit | e2ae84b915bc9c854d731a84375f7031a59dc858 (patch) | |
tree | 90def92a838d0691b6d14a6b67fe77510651e9ff /hcid/main.c | |
parent | ee5365074cfb0784d7a9989c07360afd4f6cf443 (diff) |
Remove unecessary sigaction for SIGCHLD
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/main.c b/hcid/main.c index 5da2216b..effaeb97 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -696,7 +696,6 @@ int main(int argc, char *argv[]) sigaction(SIGUSR2, &sa, NULL); sa.sa_handler = SIG_IGN; - sigaction(SIGCHLD, &sa, NULL); sigaction(SIGPIPE, &sa, NULL); if (debug) { |