]> Git Repo - qemu.git/blame - stubs/is-daemonized.c
Merge remote-tracking branch 'remotes/xtensa/tags/20150307-xtensa' into staging
[qemu.git] / stubs / is-daemonized.c
CommitLineData
07a32d6b 1#include "qemu-common.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
This page took 0.059905 seconds and 4 git commands to generate.