Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
This commit is contained in:
commit
cce2ea20da
|
@ -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)
|
||||
{
|
||||
pthread_t tid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue