Now also exports spawn_kernel_thread().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7910 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -655,6 +655,13 @@ close_module_list(void *cookie)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
thread_id
|
||||||
|
spawn_kernel_thread(thread_func func, const char *name, int32 priority, void *data)
|
||||||
|
{
|
||||||
|
return spawn_thread(func, name, priority, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
panic(const char *format, ...)
|
panic(const char *format, ...)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user