mirror of
https://github.com/RPCS3/libusb.git
synced 2024-12-12 13:15:35 +00:00
dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warning
This commit is contained in:
parent
e65878f21b
commit
0e177f22fc
@ -91,7 +91,7 @@ static void *poll_thread_main(void *arg)
|
||||
}
|
||||
|
||||
printf("poll thread shutting down\n");
|
||||
pthread_exit(NULL);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static int find_dpfp_device(void)
|
||||
|
Loading…
Reference in New Issue
Block a user