[hamradio-commits] [dump1090] 297/373: B"H view1090: do not use pthreads
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Thu Oct 23 14:58:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch backport
in repository dump1090.
commit a86eb7a61c1f5af57b74b851713627973982e720
Author: hhm <heehooman+vcs-ci at gmail.com>
Date: Sun Jul 6 05:58:44 2014 -0400
B"H view1090: do not use pthreads
It *seems* that pthreads are used in dump1090 for I/! sample reading
only. So view1090 need not use pthread_exit.
---
view1090.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/view1090.c b/view1090.c
index 5ce15ad..644245d 100644
--- a/view1090.c
+++ b/view1090.c
@@ -298,11 +298,7 @@ int main(int argc, char **argv) {
if (fd != ANET_ERR)
{close(fd);}
-#ifndef _WIN32
- pthread_exit(0);
-#else
return (0);
-#endif
}
//
//=========================================================================
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list