]> git.proxmox.com Git - qemu.git/blobdiff - qemu-thread-posix.h
target-mips: Fix incorrect code and test for INSV
[qemu.git] / qemu-thread-posix.h
index 380bae209b05e5149f2876994761c79ed5cb3b82..0f30dccb53cc8d41c8cf470c226b36c81c52b8da 100644 (file)
@@ -12,7 +12,7 @@ struct QemuCond {
 };
 
 struct QemuSemaphore {
-#if defined(__OpenBSD__) || defined(__APPLE__) || defined(__NetBSD__)
+#if defined(__APPLE__) || defined(__NetBSD__)
     pthread_mutex_t lock;
     pthread_cond_t cond;
     int count;