mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
force to test result for qemu_write_full()
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
7b5f699dbd
commit
7c7c0629a3
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ void qemu_mutex_lock_iothread(void);
|
|||
void qemu_mutex_unlock_iothread(void);
|
||||
|
||||
int qemu_open(const char *name, int flags, ...);
|
||||
ssize_t qemu_write_full(int fd, const void *buf, size_t count);
|
||||
ssize_t qemu_write_full(int fd, const void *buf, size_t count)
|
||||
QEMU_WARN_UNUSED_RESULT;
|
||||
void qemu_set_cloexec(int fd);
|
||||
|
||||
#ifndef _WIN32
|
||||
|
|
Loading…
Reference in a new issue