qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 10/13] Do not include compatfd for WIN32


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 10/13] Do not include compatfd for WIN32
Date: Fri, 24 Jun 2011 17:56:46 +0100

From: Jan Kiszka <address@hidden>

sigset_t, used by that header, is not available in mingw32 environments.

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 cpus.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cpus.c b/cpus.c
index 0699f37..ded2100 100644
--- a/cpus.c
+++ b/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)
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]