On Thu, Jun 23, 2011 at 09:19:53PM +0200, Stefan Weil wrote: > compatfd.h is only needed with CONFIG_POSIX. > Compilation fails in compatfd.h for at least one non-POSIX systems (w64). > > Signed-off-by: Stefan Weil <w...@mail.berlios.de> > --- > cpus.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-)
Thanks! Jan's patch which is similar but uses #ifndef _WIN32 is already queued. The cpus.c qemu_signalfd() usage is #ifndef _WIN32, so I think there's a logic to keeping that patch. Stefan