mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Fix compile warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user