Le 14/11/2021 à 11:35, Richard Henderson a écrit :
There are a number of alignement issues flagged up by clang,
this attempts to fix only one of them: getdents.
Changes for v2:
* Do not QEMU_BUILD_BUG_ON for size mismatch,
as this triggers for i386 host.
r~
Richard Henderson (4):
l
There are a number of alignement issues flagged up by clang,
this attempts to fix only one of them: getdents.
Changes for v2:
* Do not QEMU_BUILD_BUG_ON for size mismatch,
as this triggers for i386 host.
r~
Richard Henderson (4):
linux-user: Split out do_getdents, do_getdents64
linux-