Properly cast thread functions for pthreads

This commit is contained in:
Brian Behlendorf 2008-12-18 09:56:22 -08:00
parent 893ed2fad0
commit 229aba2943
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct utsname utsname = {
*/ */
/*ARGSUSED*/ /*ARGSUSED*/
kthread_t * kthread_t *
zk_thread_create(void (*func)(), void *arg) zk_thread_create(thread_func_t func, void *arg)
{ {
pthread_t tid; pthread_t tid;