Correct missing void in prototype
This commit is contained in:
parent
647580c8f1
commit
7b4a040002
|
@ -56,7 +56,7 @@ struct utsname utsname = {
|
|||
*/
|
||||
/*ARGSUSED*/
|
||||
kthread_t *
|
||||
zk_thread_create(void (*func)(), void *arg)
|
||||
zk_thread_create(void (*func)(void), void *arg)
|
||||
{
|
||||
thread_t tid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue