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:
smogm
2015-01-11 18:12:55 +01:00
parent 65ee259b43
commit 7f2f83b16e
9 changed files with 21 additions and 18 deletions

View File

@@ -18,5 +18,7 @@ libcommon_la_SOURCES = \
endif
libcommon_la_SOURCES += \
thread_abstraction.cpp \
mutex_abstraction.cpp \
lt_debug.cpp \
proc_tools.c

View File

@@ -30,4 +30,5 @@ void Thread::joinThread()
void* Thread::runThread(void* ptr)
{
((Thread*)ptr)->run();
return 0;
}