Sign in
qemu-android
/
qemu-android
/
0efe406cac8a4d9f0b52eada4c6c2a768fe4b7d2
/
.
/
stubs
/
is-daemonized.c
blob: c0ee9171a72d78dc5ef5f16eb7baf40c9020a74b [
file
]
#include
"qemu-common.h"
/* Win32 has its own inline stub */
#ifndef
_WIN32
bool
is_daemonized
(
void
)
{
return
false
;
}
#endif