mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
add changed files
This commit is contained in:
@@ -18,5 +18,7 @@ libcommon_la_SOURCES = \
|
||||
endif
|
||||
|
||||
libcommon_la_SOURCES += \
|
||||
thread_abstraction.cpp \
|
||||
mutex_abstraction.cpp \
|
||||
lt_debug.cpp \
|
||||
proc_tools.c
|
||||
|
@@ -30,4 +30,5 @@ void Thread::joinThread()
|
||||
void* Thread::runThread(void* ptr)
|
||||
{
|
||||
((Thread*)ptr)->run();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user