Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
[qemu/armbru.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