target/arm: Use el_is_in_host for sve_zcr_len_for_el
[qemu.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