summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorPaolo Bonzini2010-03-10 11:38:55 +0100
committerAnthony Liguori2010-03-17 17:16:15 +0100
commitdb1a49726c3c6cbe9cbca5b118e80c0fec65e8dd (patch)
treedc4f42c9d7476e43f8a0c5547e31c193b71fbe96 /qemu-common.h
parentdisentangle tcg and deadline calculation (diff)
downloadqemu-db1a49726c3c6cbe9cbca5b118e80c0fec65e8dd.tar.gz
qemu-db1a49726c3c6cbe9cbca5b118e80c0fec65e8dd.tar.xz
qemu-db1a49726c3c6cbe9cbca5b118e80c0fec65e8dd.zip
split out qemu-timer.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 805be1a8cc..63aab46752 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -132,6 +132,7 @@ int qemu_strnlen(const char *s, int max_len);
time_t mktimegm(struct tm *tm);
int qemu_fls(int i);
int qemu_fdatasync(int fd);
+int fcntl_setfl(int fd, int flag);
/* path.c */
void init_paths(const char *prefix);