diff options
author | Yonggang Luo <luoyonggang@gmail.com> | 2020-09-15 20:13:01 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-09-16 08:41:06 +0200 |
commit | 6333da0f0762ac02bac7dc2823f81ded8fceaaeb (patch) | |
tree | 53d3e7a098f910209fc71d2ecdbc713bbb0d51e5 /target/microblaze | |
parent | 09d631dbf81b5fb27459af218d8f093e51b94270 (diff) | |
download | qemu-6333da0f0762ac02bac7dc2823f81ded8fceaaeb.zip qemu-6333da0f0762ac02bac7dc2823f81ded8fceaaeb.tar.gz qemu-6333da0f0762ac02bac7dc2823f81ded8fceaaeb.tar.bz2 |
osdep: file locking functions are not available on Win32
Do not declare the following locking functions on Win32:
int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
int qemu_unlock_fd(int fd, int64_t start, int64_t len);
int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive);
bool qemu_has_ofd_lock(void);
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200915121318.247-10-luoyonggang@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'target/microblaze')
0 files changed, 0 insertions, 0 deletions