aboutsummaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
Diffstat (limited to 'stubs')
-rw-r--r--stubs/iothread-lock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stubs/iothread-lock.c b/stubs/iothread-lock.c
index 5b45b7f..d7890e5 100644
--- a/stubs/iothread-lock.c
+++ b/stubs/iothread-lock.c
@@ -1,15 +1,15 @@
#include "qemu/osdep.h"
#include "qemu/main-loop.h"
-bool qemu_mutex_iothread_locked(void)
+bool bql_locked(void)
{
return false;
}
-void qemu_mutex_lock_iothread_impl(const char *file, int line)
+void bql_lock_impl(const char *file, int line)
{
}
-void qemu_mutex_unlock_iothread(void)
+void bql_unlock(void)
{
}