]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/is-daemonized.c
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-pull-request...
[thirdparty/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