fixed call to thread_get_current_thread_id()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2014 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1426,7 +1426,7 @@ sys_exit_thread(status_t return_value)
|
|||||||
thread_id
|
thread_id
|
||||||
sys_get_current_thread_id()
|
sys_get_current_thread_id()
|
||||||
{
|
{
|
||||||
return thread_get_current_thread()->id;
|
return thread_get_current_thread_id();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user