]> git.proxmox.com Git - mirror_qemu.git/blobdiff - osdep.h
target-ppc: QOM'ify CPU reset
[mirror_qemu.git] / osdep.h
diff --git a/osdep.h b/osdep.h
index 156666e0ee699dca8844af6a808f99ea1a0d38f0..428285c7e0ef0d1a91a5c2937ed3f011c403a7bf 100644 (file)
--- a/osdep.h
+++ b/osdep.h
@@ -140,4 +140,6 @@ static inline void qemu_timersub(const struct timeval *val1,
 #define qemu_timersub timersub
 #endif
 
+void qemu_set_cloexec(int fd);
+
 #endif