DescriptionFreeBSD: Fix semaphore alignment
On FreeBSD, sem_t is a struct with a couple of uint32_t fields. It only
needs dword alignment on 64 bits architectures, not the qword (pointer)
alignment that the CHECK currently enforces.
BUG=
Committed: https://crrev.com/6993943e10adc68401ed3b1014464f913cc66237
Cr-Commit-Position: refs/heads/master@{#38829}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|