sys_get_current_thread_id() is no more.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6882 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2058c6c754
commit
39622c6739
@ -41,7 +41,7 @@ status_t release_sem(sem_id id);
|
||||
|
||||
int hoardGetThreadID (void)
|
||||
{
|
||||
return sys_get_current_thread_id();
|
||||
return find_thread(NULL);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user