mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
add changed files
Origin commit data
------------------
Branch: master
Commit: c37263f594
Author: smogm <smogm@vh0st.me>
Date: 2015-01-11 (Sun, 11 Jan 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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