]> git.proxmox.com Git - qemu.git/blobdiff - qemu-os-posix.h
qemu-img: Fix division by zero for zero size images
[qemu.git] / qemu-os-posix.h
index 920499d83642e5255a82d9e468d01ec8325eaa16..7f198e475cda10dad36804d68e9bf2a2169804f4 100644 (file)
@@ -44,7 +44,8 @@ typedef struct timeval qemu_timeval;
 #endif
 #endif
 typedef struct timespec qemu_timespec;
-int qemu_utimensat(int dirfd, const char *path, const qemu_timespec *times,
-    int flags);
+int qemu_utimens(const char *path, const qemu_timespec *times);
+
+bool is_daemonized(void);
 
 #endif