elf: add arm note types
[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