aboutsummaryrefslogtreecommitdiff
path: root/stubs/iothread-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/iothread-lock.c')
-rw-r--r--stubs/iothread-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/iothread-lock.c b/stubs/iothread-lock.c
index 9b6db2e..eb745d7 100644
--- a/stubs/iothread-lock.c
+++ b/stubs/iothread-lock.c
@@ -7,7 +7,7 @@ bool qemu_mutex_iothread_locked(void)
return true;
}
-void qemu_mutex_lock_iothread(void)
+void qemu_mutex_lock_iothread_impl(const char *file, int line)
{
}