diff options
Diffstat (limited to 'stubs/iothread-lock.c')
-rw-r--r-- | stubs/iothread-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/iothread-lock.c b/stubs/iothread-lock.c index 9b6db2e740..eb745d7d6a 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) { } |