Sign in
fuchsia
/
third_party
/
qemu
/
5710a3e09f9b85801e5ce70797a4a511e5fc9e2c
/
.
/
stubs
/
is-daemonized.c
blob: 8f63325bb2211a04a8763c505a95d1e3baefac4a [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
/* Win32 has its own inline stub */
#ifndef
_WIN32
bool
is_daemonized
(
void
)
{
return
false
;
}
#endif