mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
Fix compile warning
This commit is contained in:
parent
5f9fdde337
commit
92cd9e57b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user