mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
@@ -30,5 +30,4 @@ void Thread::joinThread()
|
||||
void* Thread::runThread(void* ptr)
|
||||
{
|
||||
((Thread*)ptr)->run();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user