Merge tag 'pull-loongarch-20221202' of https://gitlab.com/gaosong/qemu into staging
[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