dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warning
This commit is contained in:
parent
e65878f21b
commit
0e177f22fc
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static void *poll_thread_main(void *arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("poll thread shutting down\n");
|
printf("poll thread shutting down\n");
|
||||||
pthread_exit(NULL);
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int find_dpfp_device(void)
|
static int find_dpfp_device(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue