Return type of thread_set_priority() was wrong.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1395 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -531,7 +531,7 @@ thread_resume_thread(thread_id id)
|
||||
}
|
||||
|
||||
#ifndef NEW_SCHEDULER
|
||||
int
|
||||
status_t
|
||||
thread_set_priority(thread_id id, int32 priority)
|
||||
{
|
||||
struct thread *t;
|
||||
|
||||
Reference in New Issue
Block a user