Fix compile warning

This commit is contained in:
Norman Feske 2012-04-04 11:07:15 +02:00
parent 5f9fdde337
commit 92cd9e57b9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static inline void thread_yield()
}
static bool thread_check_stopped_and_restart(Genode::Native_thread_id tid)
static inline bool thread_check_stopped_and_restart(Genode::Native_thread_id tid)
{
lx_tgkill(tid.pid, tid.tid, LX_SIGUSR1);
return true;