mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Do not include compatfd for WIN32
sigset_t, used by that header, is not available in mingw32 environments. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
2167f7bc28
commit
0ff0fc19cd
1 changed files with 3 additions and 0 deletions
3
cpus.c
3
cpus.c
|
@ -34,7 +34,10 @@
|
|||
|
||||
#include "qemu-thread.h"
|
||||
#include "cpus.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "compatfd.h"
|
||||
#endif
|
||||
|
||||
#ifdef SIGRTMIN
|
||||
#define SIG_IPI (SIGRTMIN+4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue