mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
thread-posix: fix qemu_rec_mutex_trylock macro
We never noticed because it has no users. Signed-off-by: Emilio G. Cota <cota@braap.org> Message-Id: <1510273811-13419-1-git-send-email-cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b8e535ae8a
commit
54113dd5eb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
typedef QemuMutex QemuRecMutex;
|
||||
#define qemu_rec_mutex_destroy qemu_mutex_destroy
|
||||
#define qemu_rec_mutex_lock qemu_mutex_lock
|
||||
#define qemu_rec_mutex_try_lock qemu_mutex_try_lock
|
||||
#define qemu_rec_mutex_trylock qemu_mutex_trylock
|
||||
#define qemu_rec_mutex_unlock qemu_mutex_unlock
|
||||
|
||||
struct QemuMutex {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue