hw/nvram/fw_cfg: Store 'reboot-timeout' as little endian
[qemu/ar7.git] / stubs / is-daemonized.c
blobd5cd1dc371343787b40f0a731940f54a7af49a6e
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
4 /* Win32 has its own inline stub */
5 #ifndef _WIN32
6 bool is_daemonized(void)
8 return false;
10 #endif