Properly cast thread functions for pthreads
This commit is contained in:
parent
893ed2fad0
commit
229aba2943
|
@ -57,7 +57,7 @@ struct utsname utsname = {
|
|||
*/
|
||||
/*ARGSUSED*/
|
||||
kthread_t *
|
||||
zk_thread_create(void (*func)(), void *arg)
|
||||
zk_thread_create(thread_func_t func, void *arg)
|
||||
{
|
||||
pthread_t tid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue