pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layout
[qemu/ar7.git] / stubs / is-daemonized.c
blobc0ee9171a72d78dc5ef5f16eb7baf40c9020a74b
1 #include "qemu-common.h"
3 /* Win32 has its own inline stub */
4 #ifndef _WIN32
5 bool is_daemonized(void)
7 return false;
9 #endif