Use pthread_

This commit is contained in:
Brian Behlendorf 2008-12-22 16:51:28 -08:00
parent f016a8e15f
commit 9ef0280a5c
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ ztest_vdev_attach_detach(ztest_args_t *za)
(longlong_t)newsize, replacing, error, expected_error);
}
(void) mutex_unlock(&ztest_shared->zs_vdev_lock);
(void) pthread_mutex_unlock(&ztest_shared->zs_vdev_lock);
}
/*