On Fri, Feb 05, 2021 at 11:27:56AM +0100, Andrea Bolognani wrote: > The version of macOS running on Apple Silicon doesn't need to > concern itself with backwards compatibility with 32-bit > applications, and so it could jettison all the symbol aliasing > shenanigans involved. > > https://gitlab.com/libvirt/libvirt/-/issues/121 > > Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> > --- > tests/virfilewrapper.c | 2 +- > tests/virmockstathelpers.c | 4 ++-- > tests/virpcimock.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > Hi Andrea, Reviewed-by: Roman Bolshakov <r.bolshakov@xxxxxxxxx> Tested-by: Roman Bolshakov <r.bolshakov@xxxxxxxxx> Thanks, Roman