hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
[qemu.git] / stubs / is-daemonized.c
blob8f63325bb2211a04a8763c505a95d1e3baefac4a
1 #include "qemu/osdep.h"
3 /* Win32 has its own inline stub */
4 #ifndef _WIN32
5 bool is_daemonized(void)
7 return false;
9 #endif