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.
This commit is contained in:
parent
ec09cc7a71
commit
a86eb7a61c
|
@ -298,11 +298,7 @@ int main(int argc, char **argv) {
|
||||||
if (fd != ANET_ERR)
|
if (fd != ANET_ERR)
|
||||||
{close(fd);}
|
{close(fd);}
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
pthread_exit(0);
|
|
||||||
#else
|
|
||||||
return (0);
|
return (0);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
//=========================================================================
|
//=========================================================================
|
||||||
|
|
Loading…
Reference in a new issue