On Tue, 30 Jun 2020 at 01:47, David CARLIER <devne...@gmail.com> wrote: > > From 93c001e7da19c76a73a687dc6584bc31385a2693 Mon Sep 17 00:00:00 2001 > From: David Carlier <devne...@gmail.com> > Date: Mon, 29 Jun 2020 22:18:32 +0000 > Subject: [PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence, > > Signed-off-by: David Carlier <devne...@gmail.com> > --- > include/qemu/osdep.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h > index 6e0cf9132d..e090ead826 100644 > --- a/include/qemu/osdep.h > +++ b/include/qemu/osdep.h > @@ -425,6 +425,10 @@ void qemu_anon_ram_free(void *ptr, size_t size); > #define HAVE_CHARDEV_PARPORT 1 > #endif > > +#if defined(__HAIKU__) > +#define SIGIO SIGPOLL > +#endif > +
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM