Merge commit 'refs/top-bases/linux-user-disk' into linux-user-disk

This commit is contained in:
Brian Behlendorf 2008-12-08 15:34:41 -08:00
commit a16904cfd9
1 changed files with 1 additions and 1 deletions

View File

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