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