void-packages/srcpkgs/qemu
Ismael Luceno dbe9b644ba qemu: Fix padding in host_sigevent
The struct should be padded to 64 bytes but instead it was padded to
(sizeof(int) * (64 - 2 * sizeof(int) + sizeof(union sigval))).

Assuming both int and pointer types are 64 bits, that leads to a padding
of 448 bytes.
2021-09-19 21:53:20 -03:00
..
files/qemu-ga
patches
INSTALL.msg
template