Merge branch 'fix-pthreads' into refs/top-bases/fix-branch

This commit is contained in:
Brian Behlendorf 2009-03-12 09:24:29 -07:00
commit 50c68324fe
1 changed files with 1 additions and 1 deletions

View File

@ -3114,7 +3114,7 @@ ztest_run(char *pool)
/* /*
* Create a thread to periodically resume suspended I/O. * Create a thread to periodically resume suspended I/O.
*/ */
VERIFY(pthread_create(&resume_tid, NULL, ztest_resume, spa) == 0); VERIFY(pthread_create(&resume_tid, NULL, ztest_resume_thread, spa)==0);
/* /*
* Verify that we can safely inquire about about any object, * Verify that we can safely inquire about about any object,