]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/osdep.h
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-16' into...
[mirror_qemu.git] / include / qemu / osdep.h
index 577d9e83154edeb82de4bb570450a7e1046ab31d..dad44be043e9c63ef1a5ac65aeec2c7496e61aec 100644 (file)
@@ -509,11 +509,11 @@ int qemu_unlink(const char *name);
 #ifndef _WIN32
 int qemu_dup_flags(int fd, int flags);
 int qemu_dup(int fd);
-#endif
 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);
+#endif
 
 #if defined(__HAIKU__) && defined(__i386__)
 #define FMT_pid "%ld"