]> Git Repo - qemu.git/blame - stubs/iothread-lock.c
linux-user: Fix error handling in lock_iovec()
[qemu.git] / stubs / iothread-lock.c
CommitLineData
5708fc66
PB
1#include "qemu-common.h"
2#include "qemu/main-loop.h"
3
4void qemu_mutex_lock_iothread(void)
5{
6}
7
8void qemu_mutex_unlock_iothread(void)
9{
10}
This page took 0.108959 seconds and 4 git commands to generate.