diff options
Diffstat (limited to 'include/qemu/lockcnt.h')
-rw-r--r-- | include/qemu/lockcnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/lockcnt.h b/include/qemu/lockcnt.h index f4b62a3..5a2800e 100644 --- a/include/qemu/lockcnt.h +++ b/include/qemu/lockcnt.h @@ -17,7 +17,7 @@ typedef struct QemuLockCnt QemuLockCnt; struct QemuLockCnt { -#ifndef CONFIG_LINUX +#ifndef HAVE_FUTEX QemuMutex mutex; #endif unsigned count; |