]> Git Repo - qemu.git/blame - stubs/is-daemonized.c
hw/vfio/ap: drop local_err from vfio_ap_realize
[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
This page took 0.233847 seconds and 4 git commands to generate.