Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-15-2019' into...
[qemu/ar7.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