pthread_rwlock_unlock(3) returns 0 if successful, otherwise an error number
will be returned to indicate the error, so I'm applying an assert(3) to do
a sanity check of the return value.
Details
Details
Rebuild bhyve with this patch:
- Test FreeBSD HEAD as a guest.
- Test FreeBSD HEAD as a guest with "wire guest memory -S".
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable