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:
Axel Dörfler
2002-10-05 19:45:31 +00:00
parent ee02a93973
commit 94fc97f703
6 changed files with 197 additions and 28 deletions
+1 -1
View File
@@ -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;