Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libzpool: Don't call pthread_attr_setguardsize() on CHERI platforms
The kernel doesn't provide guard pages and libthr returns EINVAL if the specified guard size is non-zero, so just avoid calling it with the aim of making zdb usable.
- Loading branch information