]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/is-daemonized.c
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20180618' into staging
[mirror_qemu.git] / stubs / is-daemonized.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
07a32d6b 2#include "qemu-common.h"
07a32d6b 3
a77e6b14
NN
4/* Win32 has its own inline stub */
5#ifndef _WIN32
07a32d6b
NN
6bool is_daemonized(void)
7{
a77e6b14 8 return false;
07a32d6b 9}
a77e6b14 10#endif