]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/is-daemonized.c
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / stubs / is-daemonized.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
07a32d6b 2
a77e6b14
NN
3/* Win32 has its own inline stub */
4#ifndef _WIN32
07a32d6b
NN
5bool is_daemonized(void)
6{
a77e6b14 7 return false;
07a32d6b 8}
a77e6b14 9#endif