Sign in
qemu
/
qemu
/
e40e5027f6b0b7e981c4f1844180fb0e7947d1cd
/
.
/
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